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

/httpd/include/
H A Dhttp_log.h58 #define APLOG_TRACE8 (LOG_DEBUG + 8) /* trace-level 8 messages */ macro
79 #define APLOG_TRACE8 15 /* trace-level 8 messages */ macro
242 #define APLOGtrace8(s) APLOG_IS_LEVEL(s,APLOG_TRACE8)
253 #define APLOGrtrace8(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE8)
264 #define APLOGctrace8(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE8)

Completed in 12 milliseconds