GNOME Data Access manual |
---|
void gda_log_enable (void); void gda_log_disable (void); gboolean gda_log_is_enabled (void); void gda_log_message (const gchar *format, ...); void gda_log_error (const gchar *format, ...); void gda_log_clean_all (const gchar *prgname); void gda_log_clean_between (const gchar *prgname, time_t from, time_t to); void gda_log_clean_entry (const gchar *prgname, const gchar *entry);
void gda_log_message (const gchar *format, ...);
Logs the given message in the GDA log file
format : | message string |
... : |
|
void gda_log_clean_all (const gchar *prgname);
Clear the entire log for the given program
prgname : | program name |
void gda_log_clean_between (const gchar *prgname, time_t from, time_t to);
prgname : | |
from : | |
to : |
|
<<< gda-field | gda-parameter >>> |