30 #ifndef _MOD_LOG_CONFIG_H
31 #define _MOD_LOG_CONFIG_H 1
49 const char **portions,
APR-UTIL registration of functions exported by modules.
#define APR_DECLARE_OPTIONAL_FN(ret, name, args)
Definition: apr_optional.h:50
request_rec * r
Definition: mod_dav.h:518
const char * s
Definition: mod_dav.h:1327
const char * name
Definition: mod_dav.h:805
struct ap_log_handler ap_log_handler
ap_log_writer_init * ap_log_set_writer_init(ap_log_writer_init *func)
void * ap_log_writer_init(apr_pool_t *p, server_rec *s, const char *name)
Definition: mod_log_config.h:41
void ap_register_log_handler(apr_pool_t *p, char *tag, ap_log_handler_fn_t *func, int def)
const char * ap_log_handler_fn_t(request_rec *r, char *a)
Definition: mod_log_config.h:36
apr_status_t ap_log_writer(request_rec *r, void *handle, const char **portions, int *lengths, int nelts, apr_size_t len)
Definition: mod_log_config.h:46
ap_log_writer * ap_log_set_writer(ap_log_writer *func)
int apr_status_t
Definition: apr_errno.h:44
struct apr_pool_t apr_pool_t
Definition: apr_pools.h:60
Apache scoreboard library.
Definition: mod_log_config.h:54
int want_orig_default
Definition: mod_log_config.h:56
ap_log_handler_fn_t * func
Definition: mod_log_config.h:55
A structure that represents the current request.
Definition: httpd.h:856
A structure to store information for each virtual server.
Definition: httpd.h:1382