Method

PhocServerset_log_domains

Declaration [src]

void
phoc_server_set_log_domains (
  PhocServer* self,
  const char* const* log_domains
)

Description [src]

Set the currently enabled logging domains.

Parameters

log_domains

Type: const char* const*

The log domains.

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