Packages

object LogFormat

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class AssembledLogFormat extends LogFormat[String]
  2. final case class ColoredLogFormat(lineFormat: LineFormatter = (_, line) => line) extends LogFormat[String] with Product with Serializable
  3. type LineFormatter = (LogContext, => String) => String
  4. final case class SimpleConsoleLogFormat(format0: LineFormatter = (_, line) => line) extends LogFormat[String] with Product with Serializable

Value Members

  1. def fromFunction(fn: LineFormatter): LogFormat[String]
  2. object AssembledLogFormat