Method

IdeContextlog

Declaration

void
ide_context_log (
  IdeContext* self,
  GLogLevelFlags level,
  const gchar* domain,
  const gchar* message
)

Description

No description available.

Parameters

level

Type: GLogLevelFlags

No description available.

domain

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
message

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.