Function
GExiv2LogHandler
Description [src]
The log handler can be set by gexiv2_log_set_handler(). When set, the log handler will receive
all log messages emitted by Exiv2 and gexiv2. It’s up to the handler to decide where (and if)
the images are displayed or stored.
Parameters
level-
Type:
GExiv2LogLevelThe
GExiv2LogLevelfor the particular message. msg-
Type:
const gchar*The log message.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.