mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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:
@ -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);
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
*
|
||||
|
Reference in New Issue
Block a user