Lines Matching defs:log
124 /** The name of the log files */
127 #define DEFAULT_ERRORLOG "logs/error.log"
995 /** Optional request log level configuration. Will usually point
998 const struct ap_logconf *log;
1000 /** Id to identify request in access and error log. Set when the first
1001 * error log entry for this request is generated.
1160 /** Optional connection log level configuration. May point to a server or
1162 const struct ap_logconf *log;
1164 /** Id to identify this connection in error log. Set when the first
1165 * error log entry for this connection is generated.
1254 /** The per-module log levels */
1257 /** The log level for this server */
1269 /* Log files --- note that transfer log is now in the modules... */
1271 /** The name of the error log */
1273 /** A file descriptor that references the error log */
1275 /** The log level configuration */
1276 struct ap_logconf log;
1277 /** External error log writer provider */
1279 /** Handle to be passed to external log provider's logging method */
1767 * Escape a string for logging into the error log (without a pool)
2158 * Log an assertion to the error log
2198 /** stop spawning a child process with a piped log */