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

/httpd/include/
H A Dhttp_log.h55 #define APLOG_TRACE5 (LOG_DEBUG + 5) /* trace-level 5 messages */ macro
76 #define APLOG_TRACE5 12 /* trace-level 5 messages */ macro
239 #define APLOGtrace5(s) APLOG_IS_LEVEL(s,APLOG_TRACE5)
250 #define APLOGrtrace5(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE5)
261 #define APLOGctrace5(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE5)

Completed in 23 milliseconds