install
Installs this logger for both debug and release builds.
By default:
For debug builds, the minimum priority level is set to LogPriority.DEBUG.
For release builds, the minimum priority level is set to LogPriority.MESSAGE.
Debug logs can still be enabled on release builds using the standard GLib g_log
mechanism:
export G_MESSAGES_DEBUG=all
Content copied to clipboard
Or restrict them to a specific domain:
export G_MESSAGES_DEBUG=my_app
Content copied to clipboard
To prevent this behavior in release builds, explicitly set minPriority when calling installOnReleaseApp.