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

/httpd/include/
H A Dhttp_log.h50 #define APLOG_DEBUG LOG_DEBUG /* debug-level messages */ macro
71 #define APLOG_DEBUG 7 /* debug-level messages */ macro
234 #define APLOGdebug(s) APLOG_IS_LEVEL(s,APLOG_DEBUG)
245 #define APLOGrdebug(r) APLOG_R_IS_LEVEL(r,APLOG_DEBUG)
256 #define APLOGcdebug(c) APLOG_C_IS_LEVEL(c,APLOG_DEBUG)

Completed in 9 milliseconds