installConsoleLogWriterForDebugBuilds

fun Log.installConsoleLogWriterForDebugBuilds(minLevel: LogLevel = LogLevel.DEBUG, time: Boolean = true)

Installs this writer for debug builds if the application is debuggable.

Parameters

minLevel

The minimum log level to log. Default is LogLevel.DEBUG.

time

Whether to include timestamps in the log output. Default is true.