Go to the source code of this file.
Defines | |
#define | debug(level, format...) _debug(__FILE__, __LINE__, level, format) |
Used to output messages. The messages will include the finlname and line number, and will be sent to syslog if so configured in the config file. | |
Functions | |
void | _debug (char *filename, int line, int level, char *format,...) |
Definition in file debug.h.
#define debug | ( | level, | |||
format... | ) | _debug(__FILE__, __LINE__, level, format) |
Used to output messages. The messages will include the finlname and line number, and will be sent to syslog if so configured in the config file.
Definition at line 33 of file debug.h.
Referenced by _connect_auth_server(), _parse_firewall_rule(), auth_server_request(), authenticate_client(), client_list_append(), client_list_delete(), config_init(), config_read(), config_validate(), connect_auth_server(), execute(), fw_allow(), fw_clear_authservers(), fw_deny(), fw_destroy(), fw_init(), fw_set_authservers(), fw_sync_with_authserver(), http_callback_404(), http_callback_auth(), http_callback_status(), http_send_redirect(), icmp_ping(), iptables_fw_counters_update(), iptables_fw_destroy(), iptables_fw_destroy_mention(), iptables_fw_init(), ping(), safe_malloc(), send_http_page(), termination_handler(), thread_client_timeout_check(), thread_httpd(), thread_ping(), and thread_wdctl().