OpenDNSSEC-enforcer
2.0.3
|
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
void | ods_log_deeebug (const char *format,...) |
void | ods_log_debug (const char *format,...) |
void | ods_log_verbose (const char *format,...) |
void | ods_log_info (const char *format,...) |
void | ods_log_warning (const char *format,...) |
void | ods_log_error (const char *format,...) |
void | ods_log_verror (const char *format, va_list args) |
void | ods_log_crit (const char *format,...) |
void | ods_log_alert (const char *format,...) |
void | ods_fatal_exit (const char *format,...) |
void ods_fatal_exit | ( | const char * | format, |
... | |||
) |
Definition at line 94 of file log.c.
Referenced by flush_resalt_task().
void ods_log_crit | ( | const char * | format, |
... | |||
) |
Definition at line 80 of file log.c.
Referenced by get_database_connection().
void ods_log_debug | ( | const char * | format, |
... | |||
) |
Definition at line 41 of file log.c.
Referenced by autostart(), cmdhandler_start(), cmdhandler_stop(), engine_setup(), engine_start_workers(), engine_stop_workers(), engine_wakeup_workers(), schedule_cleanup(), schedule_flush(), schedule_flush_type(), signal_handler(), worker_create(), and worker_start().
void ods_log_deeebug | ( | const char * | format, |
... | |||
) |
Definition at line 34 of file log.c.
Referenced by policy_key_create_from_xml().
void ods_log_error | ( | const char * | format, |
... | |||
) |
Definition at line 69 of file log.c.
Referenced by cmdhandler_create(), engine_config(), engine_config_check(), parse_conf_repositories(), parse_conf_string(), parse_file_check(), perform_hsmkey_import(), removeDeadKeysNow(), schedule_create(), schedule_task(), task_create(), and update().
void ods_log_info | ( | const char * | format, |
... | |||
) |
Definition at line 55 of file log.c.
Referenced by engine_run(), and perform_signconf().
void ods_log_warning | ( | const char * | format, |
... | |||
) |
Definition at line 62 of file log.c.
Referenced by parse_conf_clisock_filename(), and zonelist_import().