BackgroundColoredOutput

scribe.output.BackgroundColoredOutput
class BackgroundColoredOutput(val color: Color, val output: LogOutput) extends LogOutput

Attributes

Graph
Supertypes
trait LogOutput
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def map(f: String => String): LogOutput

Attributes

Definition Classes
override def splitAt(index: Int): (LogOutput, LogOutput)

Attributes

Definition Classes

Inherited methods

def length: Int

Attributes

Inherited from:
LogOutput

Concrete fields

val color: Color
lazy override val plainText: String