Lines Matching defs:ap_log_error
113 * to ap_log_error() and friends. The argument must be a 5 digit decimal
120 * APLOG_NO_MODULE may be passed as module_index to ap_log_error() and related
127 * @see ap_log_error
157 * If ::APLOG_MARK is used in ap_log_error() and related functions,
163 * @see ap_log_error
270 * ap_log_error() and related functions, i.e. file, line, and module_index.
278 * @see ap_log_error
322 * The primary logging functions, ap_log_error, ap_log_rerror, ap_log_cerror,
332 * ap_log_error() - log messages which are not related to a particular
343 * @note ap_log_error is implemented as a macro
357 AP_DECLARE(void) ap_log_error(const char *file, int line, int module_index,
363 #define ap_log_error(...) ap_log_error__(__VA_ARGS__)
370 #define ap_log_error ap_log_error_