LineColor

final case class LineColor(info: Color, error: Color, debug: Color, trace: Color, warn: Color) extends LogFormat
trait Serializable
trait Product
trait Equals
trait LogFormat
class Object
trait Matchable
class Any

Value members

Inherited methods

final def -(other: LogFormat): LogFormat
Inherited from:
LogFormat
def <+>(that: LogFormat): LogFormat
Inherited from:
LogFormat
final def \\(other: LogFormat): LogFormat
Inherited from:
LogFormat
def apply(line: LogLine): String
Inherited from:
LogFormat
final def color(color: Color): LogFormat
Inherited from:
LogFormat
Inherited from:
LogFormat
final def fixed(size: Int): LogFormat
Inherited from:
LogFormat
Inherited from:
Product
final def trim: LogFormat
Inherited from:
LogFormat
final def wrap(wrapper: TextWrapper): LogFormat
Inherited from:
LogFormat
final def |-|(other: LogFormat): LogFormat
Inherited from:
LogFormat