set_debug
Description:
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.
Parameters:
this |
a Context |
flags |
a GLogLevelFlags such as g_log_level_error | g_log_level_info, or 0 |