Lines Matching defs:log
598 /** per-dir log config */
599 struct ap_logconf *log;
668 /* array of ap_errorlog_format_item for error log format string */
672 * logged to the error log once per connection/request
825 * Error log formats
852 /** name of source file where the log message was produced, NULL if N/A. */
857 /** module index of module that produced the log message, APLOG_NO_MODULE if N/A. */
859 /** log level of error message (flags like APLOG_STARTUP have been removed), -1 if N/A */
862 /** apr error status related to the log message, 0 if no error */
867 /** 1 if APLOG_STARTUP was set for the log message, 0 otherwise */
878 /** add APR_EOL_STR to the end of log message */
884 /** Initializes the error log writer.
890 * called. On failure, the provider should log a startup error
895 /** Logs the error message to external error log.
950 /** log zero-length item as '-' */
960 /** only log item if the message's log level is higher than this */
965 * hook method to log error messages
969 * @param errstr the (unformatted) message to log
1033 /** initial configuration run for setting up log config, etc. */