Method

SysprofCaptureWriteradd_log

Declaration [src]

bool
sysprof_capture_writer_add_log (
  SysprofCaptureWriter* self,
  int64_t time,
  int cpu,
  int32_t pid,
  int severity,
  const char* domain,
  const char* message
)

Description

No description available.

Parameters

time

Type: int64_t

No description available.

cpu

Type: int

No description available.

pid

Type: int32_t

No description available.

severity

Type: int

No description available.

domain

Type: const char*

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 char*

No description available.

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

Return value

Type: bool

No description available.