1 #ifndef ACL_DEBUG_INCLUDE_H 2 #define ACL_DEBUG_INCLUDE_H 11 #define ACL_DEBUG_INTER_BASE 0 12 #define ACL_DEBUG_WQ (ACL_DEBUG_INTER_BASE + 1) 13 #define ACL_DEBUG_PROCTL (ACL_DEBUG_INTER_BASE + 2) 14 #define ACL_DEBUG_THR_POOL (ACL_DEBUG_INTER_BASE + 3) 15 #define ACL_DEBUG_EVENT (ACL_DEBUG_INTER_BASE + 4) 22 #define acl_debug(SECTION, LEVEL) \ 23 !acl_do_debug((SECTION), (LEVEL)) ? (void) 0 : acl_msg_info
ACL_API void acl_debug_init2(const char *ptr, int max_debug_level)
ACL_API void acl_debug_init(const char *ptr)
ACL_API void acl_debug_end(void)
ACL_API int acl_do_debug(int section, int level)