This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | RETURN_NO_LOG return |
| #define | LOG_FACILITY LOG_DAEMON |
Enumerations | |
| enum | debug_level_t { DEBUG_LEVEL_FATAL = 1, DEBUG_LEVEL_CRITICAL, DEBUG_LEVEL_SERIOUS_WARNING, DEBUG_LEVEL_WARNING, DEBUG_LEVEL_SERIOUS_MESSAGE, DEBUG_LEVEL_MESSAGE, DEBUG_LEVEL_INFO, DEBUG_LEVEL_DEBUG, DEBUG_LEVEL_VERBOSE_DEBUG, DEFAULT_DEBUG_LEVEL = DEBUG_LEVEL_SERIOUS_WARNING, MIN_DEBUG_LEVEL = DEBUG_LEVEL_FATAL, MAX_DEBUG_LEVEL = DEBUG_LEVEL_VERBOSE_DEBUG } |
| enum | debug_area_t { DEBUG_AREA_MAIN = 1, DEBUG_AREA_PACKET = 2, DEBUG_AREA_USER = 4, DEBUG_AREA_GW = 8, DEBUG_AREA_AUTH = 16, DEBUG_AREA_PERF = 32, DEBUG_AREA_ALL, DEFAULT_DEBUG_AREAS } |
| #define LOG_FACILITY LOG_DAEMON |
| #define RETURN_NO_LOG return |
Definition at line 27 of file debug.h.
Referenced by copy_filename(), log_user_packet(), log_user_session(), look_for_tcp_flags(), packetsrv_ipq_process(), parse_group_list(), user_check_and_decide(), and user_session_modify().
| enum debug_area_t |
Debug areas (domains), default is DEFAULT_DEBUG_AREAS (all)
| enum debug_level_t |
Debug levels: default is DEFAULT_DEBUG_LEVEL and values are between MIN_DEBUG_LEVEL and MAX_DEBUG_LEVEL
1.4.7