OpenDNSSEC-enforcer  2.0.2
Functions
log.c File Reference
#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,...)
 

Function Documentation

§ ods_fatal_exit()

void ods_fatal_exit ( const char *  format,
  ... 
)

Definition at line 94 of file log.c.

Referenced by flush_resalt_task().

§ ods_log_alert()

void ods_log_alert ( const char *  format,
  ... 
)

Definition at line 87 of file log.c.

§ ods_log_crit()

void ods_log_crit ( const char *  format,
  ... 
)

Definition at line 80 of file log.c.

Referenced by get_database_connection().

§ ods_log_debug()

void ods_log_debug ( const char *  format,
  ... 
)

§ ods_log_deeebug()

void ods_log_deeebug ( const char *  format,
  ... 
)

Definition at line 34 of file log.c.

Referenced by policy_key_create_from_xml().

§ ods_log_error()

void ods_log_error ( const char *  format,
  ... 
)

§ ods_log_info()

void ods_log_info ( const char *  format,
  ... 
)

Definition at line 55 of file log.c.

Referenced by engine_run(), and perform_signconf().

§ ods_log_verbose()

void ods_log_verbose ( const char *  format,
  ... 
)

Definition at line 48 of file log.c.

§ ods_log_verror()

void ods_log_verror ( const char *  format,
va_list  args 
)

Definition at line 76 of file log.c.

§ ods_log_warning()

void ods_log_warning ( const char *  format,
  ... 
)

Definition at line 62 of file log.c.

Referenced by parse_conf_clisock_filename(), and zonelist_import().