Searched defs:ap_log_cerror (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dhttp_log.h279 * @see ap_log_cerror
322 * The primary logging functions, ap_log_error, ap_log_rerror, ap_log_cerror,
347 * available, use that with ap_log_cerror() in preference to calling
463 * ap_log_cerror() - log messages which are related to a particular
474 * @note ap_log_cerror is implemented as a macro
486 AP_DECLARE(void) ap_log_cerror(const char *file, int line, int module_index,
492 #define ap_log_cerror(...) ap_log_cerror__(__VA_ARGS__) macro
498 #define ap_log_cerror ap_log_cerror_ macro
626 * available, use that with ap_log_cerror() in preference to calling
664 * available, use that with ap_log_cerror() i
[all...]

Completed in 15 milliseconds