Greenbone Vulnerability Management Libraries
11.0.1
|
Go to the documentation of this file.
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.
void log_func_for_gnutls(int, const char *)
This function logs debug messages from gnutls.
gchar * get_time(gchar *)
Returns time as specified in time_fmt strftime format.
void gvm_log_silent(const char *, GLogLevelFlags, const char *, gpointer)
Returns immediately.
GSList * load_log_configuration(gchar *)
Loads parameters from a config file into a linked list.
void setup_log_handlers(GSList *)
Sets up routing of logdomains to log handlers.
void gvm_log_func(const char *, GLogLevelFlags, const char *, gpointer)
Creates the formatted string and outputs it to the log destination.