Add generate_log_id hook to allow to use the ID generated by mod_unique_id as

error log ID for requests.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Fritsch
2010-09-28 11:53:17 +00:00
parent b18ae22f53
commit b65066c6ac
8 changed files with 119 additions and 41 deletions

View File

@ -729,7 +729,7 @@ typedef struct {
unsigned int min_loglevel; /* only log if level is higher than this */
} ap_errorlog_format_item;
AP_DECLARE(void) ap_register_builtin_errorlog_handlers(apr_pool_t *p);
AP_DECLARE(void) ap_register_log_hooks(apr_pool_t *p);
/* ----------------------------------------------------------------------
*