|  |  |  | GNOME Data Access 5 manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
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_message (const gchar *format,...);
Logs the given message in the GDA log file.
| 
 | format string (see the printf(3) documentation). | 
| 
 | arguments to insert in the message. | 
void gda_log_error (const gchar *format,...);
Logs the given error in the GDA log file.
| 
 | format string (see the printf(3) documentation). | 
| 
 | arguments to insert in the error. |