Method

PhocServerget_log_domains

Declaration [src]

const char* const*
phoc_server_get_log_domains (
  PhocServer* self
)

Description [src]

Get the logging domains.

Return value

Type: An array of utf8

No description available.

The array is NULL-terminated.
The returned data is owned by the instance.
Each element is a NUL terminated UTF-8 string.