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

/httpd/include/
H A Dhttp_log.h54 #define APLOG_TRACE4 (LOG_DEBUG + 4) /* trace-level 4 messages */ macro
75 #define APLOG_TRACE4 11 /* trace-level 4 messages */ macro
238 #define APLOGtrace4(s) APLOG_IS_LEVEL(s,APLOG_TRACE4)
249 #define APLOGrtrace4(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE4)
260 #define APLOGctrace4(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE4)

Completed in 8 milliseconds