FormatBlock

scribe.format.FormatBlock
See theFormatBlock companion object
trait FormatBlock

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ISO8601
object Standard
object ClassName
object ColumnNumber
object Counter
object Full
object FileName
object PaddedRight
object Level
object LineNumber
object MDCAll
object MDCMultiLine
class MDCReference
class Mapped
class MappedPlain
object Messages
object MethodName
class MultiLine
object NewLine
object Position
class RawString
object ThreadName
object Time
object TimeStamp
object empty
Show all

Members list

Value members

Abstract methods

def format(record: LogRecord): 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