26 #ifndef _OPENVAS_LOGGING_H
27 #define _OPENVAS_LOGGING_H
39 void openvas_log_func (
const char *, GLogLevelFlags,
const char *, gpointer);
void setup_legacy_log_handler(void(*)(const char *, va_list))
Sets up a simple logging function.
Definition: openvas_logging.c:818
GSList * load_log_configuration(gchar *)
Loads parameters from a config file into a linked list.
Definition: openvas_logging.c:176
gchar * get_time(gchar *)
Returns time as specified in time_fmt strftime format.
Definition: openvas_logging.c:96
void setup_log_handlers(GSList *)
Sets up routing of logdomains to log handlers.
Definition: openvas_logging.c:743
void void log_legacy_fflush(void)
Legacy function to flush a log message.
Definition: openvas_logging.c:852
void log_legacy_write(const char *,...) G_GNUC_PRINTF(1
void openvas_log_silent(const char *, GLogLevelFlags, const char *, gpointer)
Returns immediately.
Definition: openvas_logging.c:346
void openvas_log_func(const char *, GLogLevelFlags, const char *, gpointer)
Creates the formatted string and outputs it to the log destination.
Definition: openvas_logging.c:390
void free_log_configuration(GSList *)
Frees all resources loaded by the config loader.
Definition: openvas_logging.c:298