Signal
LspEditor::log-trace
Declaration
void
log_trace (
LspEditor* self,
const gchar* message,
const gchar* verbose,
gpointer user_data
)
Parameters
message-
Type:
const gchar*The message to be logged.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. verbose-
Type:
const gchar*Additional information that can be computed if the trace configuration is set to
verbose.The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.