scribe.format

Members list

Concise view

Type members

Classlikes

class AbbreviateBlock(block: FormatBlock, maxLength: Int, separator: Char, removeEntries: Boolean, abbreviateName: Boolean) extends FormatBlock

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class EnhancedColor(color: Color)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ClassAndMethodName.type
object ClassName.type
object ClassNameSimple.type
object ColumnNumber.type
object Counter.type
object Full.type
object Standard.type
object FileName.type
object PaddedRight.type
object Level.type
object LineNumber.type
object MDCAll.type
object MDCMultiLine.type
class Mapped
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

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class FormatBlocksFormatter(blocks: List[FormatBlock]) extends Formatter

Attributes

Graph
Supertypes
trait Formatter
class Object
trait Matchable
class Any
trait Formatter

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Formatter

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final implicit class FormatterInterpolator(val sc: StringContext) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
class RightPaddingBlock(block: FormatBlock, length: Int, padding: Char) extends FormatBlock

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case object empty extends FormatBlock

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
empty.type

Value members

Concrete methods

def bg(color: Color, block: FormatBlock): FormatBlock
def color(color: Color, block: FormatBlock): FormatBlock
def fg(color: Color, block: FormatBlock): FormatBlock
def mdc(key: String, default: => Any, prefix: FormatBlock, postfix: FormatBlock): FormatBlock
def string(value: String): FormatBlock
def url(url: String, block: FormatBlock): FormatBlock

Concrete fields

lazy val space: FormatBlock

Implicits

Implicits

final implicit def EnhancedColor(color: Color): EnhancedColor
final implicit def FormatterInterpolator(sc: StringContext): FormatterInterpolator