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.type
object Standard.type
object ClassAndMethodName.type
object ClassName.type
object ClassNameSimple.type
object ColumnNumber.type
object Counter.type
object Full.type
object FileName.type
object PaddedRight.type
object Level.type
object LineNumber.type
object MDCAll.type
object MDCMultiLine.type
class MDCReference
class Mapped
class MappedPlain
object Messages.type
object MethodName.type
class MultiLine
object NewLine.type
object Position.type
object PositionSimple.type
class RawString
object ThreadName.type
object Time.type
object TimeStamp.type
object empty.type
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