LogcatStyleLogger
constructor(minPriority: LogPriority = LogPriority.DEBUG, time: Boolean = true, color: Boolean = true)
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
.