LogFormat

sealed trait LogFormat
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

final def -(other: LogFormat): LogFormat
final def <+>(that: LogFormat): LogFormat
final def \\(other: LogFormat): LogFormat
final def apply(line: LogLine): String
final def autoColor: LogFormat
final def black: LogFormat
final def blackB: LogFormat
final def blue: LogFormat
final def blueB: LogFormat
final def bold: LogFormat
final def bracket: LogFormat
final def combine(str: String)(other: LogFormat): LogFormat
final def cyan: LogFormat
final def cyanB: LogFormat
final def fixed(n: Int): LogFormat
final def flipColor: LogFormat
final def font(font: Font): LogFormat
final def font(font: String): LogFormat
final def format(f: String => LogFormat): LogFormat
final def green: LogFormat
final def greenB: LogFormat
final def invisible: LogFormat
final def lowercase: LogFormat
final def magenta: LogFormat
final def magentaB: LogFormat
final def red: LogFormat
final def redB: LogFormat
final def reset: LogFormat
final def reversed: LogFormat
final def transform(f: String => String): LogFormat
final def trim: LogFormat
final def underline: LogFormat
final def uppercase: LogFormat
final def white: LogFormat
final def whiteB: LogFormat
final def yellow: LogFormat
final def yellowB: LogFormat
final def |-|(other: LogFormat): LogFormat