logWriterDefaultSetDebugDomains

Reset the list of domains to be logged, that might be initially set by the G_MESSAGES_DEBUG environment variable.

This function is thread-safe.

void
logWriterDefaultSetDebugDomains
(
string[] domains = null
)

Parameters

domains string[]

NULL-terminated array with domains to be printed. NULL or an array with no values means none. Array with a single value "all" means all.