Function
Grllog_configure
since: 0.1.7
Declaration [src]
void
grl_log_configure (
const gchar* config
)
Description [src]
Configure a set of log domains. The default configuration is to display warning and error messages only for all the log domains.
The configuration string follows the following grammar:
config-list: config | config ',' config-list
config: domain ':' level
domain: '*' | [a-zA-Z0-9]+
level: '*' | '-' | named-level | num-level
named-level: "none" | "error" | "warning" | "message" | "info" | "debug"
num-level: [0-5]
examples:
Available since: 0.1.7