In file log.c:

void log_error_doc(request * req)

Logs the current time and transaction identification to the stderr (the error log)

Documentation

Logs the current time and transaction identification to the stderr (the error log). should always be followed by an fprintf to stderr This function used to be implemented with a big fprintf, but not all fprintf's are reliable in the face of null string pointers (SunOS, in particular). As long as I (Larry) had to add the checks for null pointers, I changed from fprintf to fputs. Example output: [08/Nov/1997:01:05:03 -0600] request from 192.228.331.232 "GET /~joeblow/dir/ HTTP/1.0" ("/usr/user1/joeblow/public_html/dir/"): write: Broken pipe

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.