Function

Sysprofcollector_log

Declaration [src]

void
sysprof_collector_log (
  int severity,
  const char* domain,
  const char* message
)

Description

No description available.

Parameters

severity

Type: int

No description available.

domain

Type: const char*

No description available.

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

Type: const char*

No description available.

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