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

/httpd/include/
H A Dhttp_log.h57 #define APLOG_TRACE7 (LOG_DEBUG + 7) /* trace-level 7 messages */ macro
78 #define APLOG_TRACE7 14 /* trace-level 7 messages */ macro
241 #define APLOGtrace7(s) APLOG_IS_LEVEL(s,APLOG_TRACE7)
252 #define APLOGrtrace7(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE7)
263 #define APLOGctrace7(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE7)

Completed in 1213 milliseconds