Signal
IdeContext::log
since: 3.32
Declaration
void
log (
IdeContext* self,
guint severity,
gchar* domain,
gchar* message,
gpointer user_data
)
Description
This signal is emitted when a log item has been added for the context.
Default handler: The default handler is called after the handlers added via |
Available since: 3.32 |
Parameters
severity
-
Type:
guint
The log severity.
domain
-
Type:
gchar*
The log domain.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. message
-
Type:
gchar*
The log message.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.