ConsoleLogWriter  
  constructor(minLevel: LogLevel = LogLevel.DEBUG, formatter: LogFormatter = LogcatLogFormatter().withColor())(source)
Parameters
minLevel 
The minimum log level to log. Default is LogLevel.DEBUG.
formatter
An optional LogFormatter to customize the log message format. Default is LogcatLogFormatter.