MappedPlain

case class MappedPlain(block: FormatBlock, f: String => String) extends FormatBlock
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def format(record: LogRecord): LogOutput
Definition Classes

Inherited methods

def abbreviate(maxLength: Int, padded: Boolean, separator: Char, removeEntries: Boolean, abbreviateName: Boolean): FormatBlock
Inherited from:
FormatBlock
Inherited from:
FormatBlock
def mapPlain(f: String => String): FormatBlock
Inherited from:
FormatBlock
def padRight(length: Int, padding: Char): FormatBlock
Inherited from:
FormatBlock
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product