Skip to content

Add GLib logging support

Marinus Schraal requested to merge wip/mschraal/glib-logging into master

Really basic support for the GLib logging facility, just does text messages.

Use the application logger object when available, but no harm in creating a local object if needed (no explicit need to always pass application around).

Edited by Marinus Schraal

Merge request reports