MultiLine

scribe.format.FormatBlock$.MultiLine
See theMultiLine companion object
case class MultiLine(maxChars: () => Int, prefix: String, blocks: List[FormatBlock]) extends FormatBlock

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait FormatBlock
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def format(record: LogRecord): LogOutput

Attributes

Definition Classes

Inherited methods

def abbreviate(maxLength: Int, padded: Boolean, separator: Char, removeEntries: Boolean, abbreviateName: Boolean): FormatBlock

Attributes

Inherited from:
FormatBlock

Attributes

Inherited from:
FormatBlock
def mapPlain(f: String => String): FormatBlock

Attributes

Inherited from:
FormatBlock
def padRight(length: Int, padding: Char): FormatBlock

Attributes

Inherited from:
FormatBlock
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product