FormatBlock

Companion
object
class Object
trait Matchable
class Any
object ClassName
object Counter
object Full
object Standard
object FileName
object Level
object LineNumber
object MDCAll
class Mapped
object Message
object MethodName
class MultiLine
object NewLine
object Position
class RawString
object ThreadName
object Time
object TimeStamp
object empty

Value members

Abstract methods

def format[M](record: LogRecord[M]): LogOutput

Concrete methods

def abbreviate(maxLength: Int, padded: Boolean, separator: Char, removeEntries: Boolean, abbreviateName: Boolean): FormatBlock
def mapPlain(f: String => String): FormatBlock
def padRight(length: Int, padding: Char): FormatBlock