logWriterDefaultSetDebugDomains
fn
void logWriterDefaultSetDebugDomains(string[] domains = null)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.
Parameters
domains | 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. |