Searched defs:log_format (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 1284 static const char *log_format(cmd_parms *cmd, void *dummy, const char *fmt, function 1413 AP_INIT_TAKE12("LogFormat", log_format, NULL, RSRC_CONF,
|
/httpd/server/ |
H A D | log.c | 1142 apr_array_header_t *log_format; local 1155 log_format = lines[line_number++]; 1173 log_format = lines[line_number++]; 1190 log_format = sconf ? sconf->error_log_format : NULL; 1198 if (log_format && !info.startup) { 1199 len += do_errorlog_format(log_format, &info, errstr + len,
|
Completed in 2603 milliseconds