|
Apache HTTPD
|
#include <http_core.h>
Public Attributes | |
| ap_errorlog_handler_fn_t * | func |
| const char * | arg |
| unsigned int | flags |
| unsigned int | min_loglevel |
Definition at line 966 of file http_core.h.
argument passed to item in {}
Definition at line 970 of file http_core.h.
a combination of the AP_ERRORLOG_* flags
Definition at line 972 of file http_core.h.
| ap_errorlog_handler_fn_t* ap_errorlog_format_item::func |
ap_errorlog_handler function
Definition at line 968 of file http_core.h.
only log item if the message's log level is higher than this
Definition at line 974 of file http_core.h.