25 #ifndef _GVM_LOGGING_H
26 #define _GVM_LOGGING_H
40 gvm_log_silent (
const char *, GLogLevelFlags,
const char *, gpointer);
42 gvm_log_func (
const char *, GLogLevelFlags,
const char *, gpointer);
void free_log_configuration(GSList *)
Frees all resources loaded by the config loader.
Definition: logging.c:289
void gvm_log_func(const char *, GLogLevelFlags, const char *, gpointer)
Creates the formatted string and outputs it to the log destination.
Definition: logging.c:390
void gvm_log_unlock(void)
Unlock logger_mutex.
Definition: logging.c:376
void log_func_for_gnutls(int, const char *)
This function logs debug messages from gnutls.
Definition: logging.c:766
GSList * load_log_configuration(gchar *)
Loads parameters from a config file into a linked list.
Definition: logging.c:161
void gvm_log_silent(const char *, GLogLevelFlags, const char *, gpointer)
Returns immediately.
Definition: logging.c:338
void gvm_log_lock(void)
Try to lock logger_mutex.
Definition: logging.c:367
int setup_log_handlers(GSList *)
Sets up routing of logdomains to log handlers.
Definition: logging.c:835
gchar * get_time(gchar *)
Returns time as specified in time_fmt strftime format.
Definition: logging.c:80