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

/httpd/include/
H A Dhttp_log.h51 #define APLOG_TRACE1 (LOG_DEBUG + 1) /* trace-level 1 messages */ macro
72 #define APLOG_TRACE1 8 /* trace-level 1 messages */ macro
235 #define APLOGtrace1(s) APLOG_IS_LEVEL(s,APLOG_TRACE1)
246 #define APLOGrtrace1(r) APLOG_R_IS_LEVEL(r,APLOG_TRACE1)
257 #define APLOGctrace1(c) APLOG_C_IS_LEVEL(c,APLOG_TRACE1)

Completed in 27 milliseconds