Color

scribe.output.Color
See theColor companion object
sealed trait Color

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Black.type
object Blue.type
object BrightBlue.type
object BrightCyan.type
object BrightGreen.type
object BrightMagenta.type
object BrightRed.type
object BrightWhite.type
object BrightYellow.type
object Cyan.type
object Gray.type
object Green.type
object Magenta.type
object Red.type
object White.type
object Yellow.type
Show all

Members list

Value members

Concrete methods

def apply(out: LogOutput*): LogOutput
Implicitly added by EnhancedColor
def bg(out: LogOutput*): LogOutput
Implicitly added by EnhancedColor
def fg(out: LogOutput*): LogOutput
Implicitly added by EnhancedColor

Concrete fields

lazy val name: String