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

/httpd/include/
H A Dhttp_log.h56 #define APLOG_TRACE6 (LOG_DEBUG + 6) /* trace-level 6 messages */ macro
77 #define APLOG_TRACE6 13 /* trace-level 6 messages */ macro
240 #define APLOGtrace6(s) APLOG_IS_LEVEL(s,APLOG_TRACE6)
251 #define APLOGrtrace6(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE6)
262 #define APLOGctrace6(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE6)

Completed in 12 milliseconds