Companion

object Companion

Functions

Link copied to clipboard
fun install()

Installs this logger for both debug and release builds.

Link copied to clipboard
fun installOnDebuggableApp(minPriority: LogPriority = LogPriority.DEBUG)

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.