]> granicus.if.org Git - apache/commit
First step in removing the fprintf(stderr problem from Apache. Basically,
authorRyan Bloom <rbb@apache.org>
Thu, 18 Nov 1999 23:07:53 +0000 (23:07 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 18 Nov 1999 23:07:53 +0000 (23:07 +0000)
commit975ea85ea20d76d8ea25d255300ebc40e610b131
tree1a8310bc02afb39ac8027914d7f102ec442a9e2d
parentd2d0f2dd79cb1cd44ce60197dcb4019dd46017ac
First step in removing the fprintf(stderr problem from Apache.  Basically,
I defined APLOG_STARTUP, which refrains from printing the date string
and the log level information in log_error_core.  I then changed all the
fprintf(stderr calls to ap_log_error, and used APLOG_STARTUP.
log_error_core on Unix takes care of creating a log file and directing
it to stderr if a log file isn't already active.  I will continue to
make these changes tomorrow.  Currently, the main code and the dexter
mpm have been modified.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84134 13f79535-47bb-0310-9956-ffa450edef68
include/http_log.h
modules/http/http_core.c
server/config.c
server/log.c
server/main.c
server/mpm/dexter/dexter.c
server/mpm/dexter/scoreboard.c
server/util.c