Function

GLiblog_structured_standard

Declaration

void
g_log_structured_standard (
  const gchar* log_domain,
  GLogLevelFlags log_level,
  const gchar* file,
  const gchar* line,
  const gchar* func,
  const gchar* message_format,
  ...
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

log_domain

Type: const gchar*

No description available.

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

Type: GLogLevelFlags

No description available.

file

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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

Type: 

No description available.