Companion

object Companion

Functions

Link copied to clipboard
fun install(time: Boolean = true, color: Boolean = true)

Installs this logger for both debug and release builds.

Link copied to clipboard
fun installOnDebuggableApp(minPriority: LogPriority = LogPriority.DEBUG, time: Boolean = true, color: Boolean = true)

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, time: Boolean = true, color: Boolean = true)

Installs this logger for release builds if the application is not debuggable.