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

/httpd/include/
H A Dhttp_log.h53 #define APLOG_TRACE3 (LOG_DEBUG + 3) /* trace-level 3 messages */ macro
74 #define APLOG_TRACE3 10 /* trace-level 3 messages */ macro
237 #define APLOGtrace3(s) APLOG_IS_LEVEL(s,APLOG_TRACE3)
248 #define APLOGrtrace3(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE3)
259 #define APLOGctrace3(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE3)

Completed in 16 milliseconds