20#define LOG_REFERENCES_AVAILABLE
32gvm_log_silent (
const char *, GLogLevelFlags,
const char *, gpointer);
34gvm_log_func (
const char *, GLogLevelFlags,
const char *, gpointer);
GSList * load_log_configuration(gchar *)
Loads parameters from a config file into a linked list.
Definition logging.c:149
void free_log_configuration(GSList *)
Frees all resources loaded by the config loader.
Definition logging.c:277
void gvm_log_func(const char *, GLogLevelFlags, const char *, gpointer)
Creates the formatted string and outputs it to the log destination.
Definition logging.c:432
void free_log_reference(void)
Free the log reference object.
Definition logging.c:416
char * get_log_reference(void)
Get the log reference object.
Definition logging.c:404
void gvm_log_unlock(void)
Unlock logger_mutex.
Definition logging.c:367
void log_func_for_gnutls(int, const char *)
This function logs debug messages from gnutls.
Definition logging.c:818
void gvm_log_silent(const char *, GLogLevelFlags, const char *, gpointer)
Returns immediately.
Definition logging.c:326
void gvm_log_lock(void)
Try to lock logger_mutex.
Definition logging.c:355
void set_log_reference(char *)
Set the log reference object.
Definition logging.c:388
int setup_log_handlers(GSList *)
Sets up routing of logdomains to log handlers.
Definition logging.c:887
gchar * get_time(gchar *)
Returns time as specified in time_fmt strftime format.
Definition logging.c:68