class PrintLogger : Logger
Logger that print on system.out
Author
PrintLogger(level: Level = Level.INFO)
fun log(level: Level, msg: MESSAGE): Unit