Companion
object Companion
Functions
Link copied to clipboard
Installs this logger for debug builds if the application is debuggable.
Link copied to clipboard
fun installOnReleaseApp(minPriority: LogPriority = if (isGLogDebugEnabled()) LogPriority.DEBUG else LogPriority.MESSAGE)
Installs this logger for release builds if the application is not debuggable.
Link copied to clipboard
Checks if GLib debug logging is enabled.