gobject-introspection

What is the python equivalent of g_log_set_handler when using GLib from python

What is the python equivalent of g_log_set_handler when using GLib from python Question: I want to set the log level in my python glib project. Therefore I am looking for the g_log_set_handler() equivalent when using GLib from python via gi.repository. But the expected GLib.log_set_handler function seems to be missing. Here is a sample output of …

Total answers: 2