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

/httpd/include/
H A Dhttp_log.h49 #define APLOG_INFO LOG_INFO /* informational */ macro
70 #define APLOG_INFO 6 /* informational */ macro
233 #define APLOGinfo(s) APLOG_IS_LEVEL(s,APLOG_INFO)
244 #define APLOGrinfo(r) APLOG_R_IS_LEVEL(r,APLOG_INFO)
255 #define APLOGcinfo(c) APLOG_C_IS_LEVEL(c,APLOG_INFO)

Completed in 1658 milliseconds