installOnDebuggableApp
fun installOnDebuggableApp(minPriority: LogPriority = LogPriority.DEBUG, time: Boolean = true, color: Boolean = true)
Installs this logger for debug builds if the application is debuggable.
Parameters
minPriority
The minimum log priority to log. Default is LogPriority.DEBUG.
time
Whether to include timestamps in the log output. Default is true
.
color
Whether to include ANSI color codes in the log output. Default is true
.