]> granicus.if.org Git - apache/commit
Allow modules to specify their own logging format specifier. Basically,
authorRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 21:06:07 +0000 (21:06 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 21:06:07 +0000 (21:06 +0000)
commitdadd829c60ae31adf19785f87c61ffce56c96d02
tree21e828ae7777243f2ad307b2c73454a872bbfe63
parentffe6ad2669fd6ce229230c52d81728060c83b583
Allow modules to specify their own logging format specifier.  Basically,
mod_log_config has registered an optional function, that other modules
can use to specify a function to be called.  This is analogous to the way
that mod_include works.  This also allows http to do the connection
logging itself, without exposing HTTP specific pieces to other modules.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88888 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http/http_core.c
modules/loggers/mod_log_config.c