Go to the source code of this file.
Enumerations | |
enum | { VERB_QUIET, VERB_ERR, VERB_WARN, VERB_INFO } |
Functions | |
void | set_verbosity (int value) |
void | set_log_verbosity (int value) |
void | set_log_filename (const char *fname) |
void | error (const char *str,...) |
void | warning (const char *str,...) |
void | info (const char *str,...) |
|
printf-like usage |
|
printf-like usage |
|
sets the filename of the log file default setting: "logfile" |
|
sets the log verbosity to the given value. values:
default setting: VERB_INFO |
|
sets the output verbosity to the given value. values:
default setting: VERB_INFO |
|
printf-like usage |