[ Version ( since = "0.1.0" ) ]
public void set_debug (LogLevelFlags flags)
Sets the debug flags which control what is logged to the console.
Using g_log_level_info will output to standard out, and everything else logs to standard error.
this |
a Context |
flags |
a GLogLevelFlags such as g_log_level_error | g_log_level_info, or 0 |