GNU Dico Manual (split by node):   Section:   Chapter:FastBack: Libdico   Up: Libdico   FastForward: Copying This Manual   Contents: Table of ContentsIndex: Concept Index

D.5 Diagnostics Functions

Editor’s note:

The information in this node may be obsolete or otherwise inaccurate. This message will disappear, once this node revised.

L_DEBUG
L_INFO
L_NOTICE
L_WARN
L_ERR
L_CRIT
L_ALERT
L_EMERG
Variable: const char * dico_program_name
Variable: const char * dico_invocation_name
Function: void dico_set_program_name (char *name)
Function Type: void dico_log_printer_t ( int lvl, int exitcode, int errcode, const char *fmt, va_list ap)
Function: void dico_set_log_printer (dico_log_printer_t prt)
Function: void dico_vlog ( int lvl, int errcode, const char *fmt, va_list ap)
Function: void dico_log (int lvl, int errcode, const char *fmt, ...)
Function: void dico_die (int exitcode, int lvl, int errcode, char *fmt, ...)
Function: int dico_str_to_diag_level (const char *str)
Function: dico_stream_t dico_log_stream_create (int level)