Name
gda-log -- Functions to write GDA logs
Description
This module contains functions that let you send log messages from your
GDA applications (either clients or providers) to the GDA log system.
Details
gda_log_enable ()
void gda_log_enable (void); |
Enables GDA logs
gda_log_disable ()
void gda_log_disable (void); |
gda_log_is_enabled ()
gboolean gda_log_is_enabled (void); |
gda_log_message ()
void gda_log_message (const gchar *format,
...); |
Logs the given message in the GDA log file
gda_log_error ()
void gda_log_error (const gchar *format,
...); |
gda_log_clean_all ()
void gda_log_clean_all (const gchar *prgname); |
Clear the entire log for the given program
gda_log_clean_between ()
void gda_log_clean_between (const gchar *prgname,
const gchar *from,
const gchar *to); |
gda_log_clean_entry ()
void gda_log_clean_entry (const gchar *prgname,
const gchar *entry); |