ColoredLogFormat

final case class ColoredLogFormat(lineFormat: LineFormatter) extends LogFormat[String]
trait Serializable
trait Product
trait Equals
trait LogFormat[String]
class Object
trait Matchable
class Any

Value members

Methods

override def format(context: LogContext, line: String): String
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product