ColorPrinter

open
class ColorPrinter(theme: Theme, formatTime: EpochMillis => String) extends Printer
Companion
object
trait Printer
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def toPrint(epochMillis: EpochMillis, level: LogLevel, info: LogInfo, message: String, context: List[(String, String)]): String
Definition Classes