![]() | ![]() | ![]() | libgda API reference | ![]() |
---|
void gda_log_enable (void); void gda_log_disable (void);gboolean gda_log_is_enabled (void); void gda_log_message (constgchar *format, ...); void gda_log_error (constgchar *format, ...); void gda_log_clean_all (constgchar *prgname); void gda_log_clean_between (constgchar *prgname, constgchar *from, constgchar *to); void gda_log_clean_entry (constgchar *prgname, constgchar *entry);
This module contains functions that let you send log messages from your GDA applications (either clients or providers) to the GDA log system.
void gda_log_message (constgchar *format, ...);
Logs the given message in the GDA log file
format : | message string |
... : |
|
void gda_log_clean_all (constgchar *prgname);
Clear the entire log for the given program
prgname : | program name |
void gda_log_clean_between (constgchar *prgname, constgchar *from, constgchar *to);
prgname : | |
from : | |
to : |
|
<<< GdaListener | gda-quark-list >>> |