|
| ExifLog * | exif_log_new (void) |
| | Create a new logging instance. More...
|
| |
|
ExifLog * | exif_log_new_mem (ExifMem *) |
| |
|
void | exif_log_ref (ExifLog *log) |
| |
|
void | exif_log_unref (ExifLog *log) |
| |
| void | exif_log_free (ExifLog *log) |
| | Delete instance of ExifLog. More...
|
| |
| const char * | exif_log_code_get_title (ExifLogCode code) |
| | Return a textual description of the given class of error log. More...
|
| |
| const char * | exif_log_code_get_message (ExifLogCode code) |
| | Return a verbose description of the given class of error log. More...
|
| |
| void | exif_log_set_func (ExifLog *log, ExifLogFunc func, void *data) |
| | Register log callback function. More...
|
| |
|
void | exif_log (ExifLog *log, ExifLogCode, const char *domain, const char *format,...) |
| |
|
void | exif_logv (ExifLog *log, ExifLogCode, const char *domain, const char *format, va_list args) |
| |
Log message infrastructure.