Packages

p

scribe

output

package output

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. output
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package format

Type Members

  1. class BackgroundColoredOutput extends LogOutput
  2. final class BoldOutput extends AnyVal with LogOutput
  3. sealed trait Color extends AnyRef
  4. class ColoredOutput extends LogOutput
  5. class CompositeOutput extends LogOutput
  6. implicit class EnhancedColor extends AnyRef
  7. final class ItalicOutput extends AnyVal with LogOutput
  8. trait LogOutput extends Any
  9. final class StrikethroughOutput extends AnyVal with LogOutput
  10. final class TextOutput extends AnyVal with LogOutput
  11. class URLOutput extends LogOutput
  12. final class UnderlineOutput extends AnyVal with LogOutput

Value Members

  1. def bg(color: Color, output: LogOutput*): LogOutput
  2. def bgBlack(output: LogOutput*): LogOutput
  3. def bgBlue(output: LogOutput*): LogOutput
  4. def bgBrightBlue(output: LogOutput*): LogOutput
  5. def bgBrightCyan(output: LogOutput*): LogOutput
  6. def bgBrightGreen(output: LogOutput*): LogOutput
  7. def bgBrightMagenta(output: LogOutput*): LogOutput
  8. def bgBrightRed(output: LogOutput*): LogOutput
  9. def bgBrightWhite(output: LogOutput*): LogOutput
  10. def bgBrightYellow(output: LogOutput*): LogOutput
  11. def bgCyan(output: LogOutput*): LogOutput
  12. def bgGray(output: LogOutput*): LogOutput
  13. def bgGreen(output: LogOutput*): LogOutput
  14. def bgMagenta(output: LogOutput*): LogOutput
  15. def bgRed(output: LogOutput*): LogOutput
  16. def bgWhite(output: LogOutput*): LogOutput
  17. def bgYellow(output: LogOutput*): LogOutput
  18. def black(output: LogOutput*): LogOutput
  19. def blue(output: LogOutput*): LogOutput
  20. def bold(output: LogOutput*): LogOutput
  21. def brightBlue(output: LogOutput*): LogOutput
  22. def brightCyan(output: LogOutput*): LogOutput
  23. def brightGreen(output: LogOutput*): LogOutput
  24. def brightMagenta(output: LogOutput*): LogOutput
  25. def brightRed(output: LogOutput*): LogOutput
  26. def brightWhite(output: LogOutput*): LogOutput
  27. def brightYellow(output: LogOutput*): LogOutput
  28. def color(color: Color, output: LogOutput*): LogOutput
  29. def cyan(output: LogOutput*): LogOutput
  30. def fg(color: Color, output: LogOutput*): LogOutput
  31. def gray(output: LogOutput*): LogOutput
  32. def green(output: LogOutput*): LogOutput
  33. def italic(output: LogOutput*): LogOutput
  34. def magenta(output: LogOutput*): LogOutput
  35. def out(entries: LogOutput*): LogOutput
  36. def red(output: LogOutput*): LogOutput
  37. implicit def seq2LogOutput(entries: Seq[LogOutput]): LogOutput
  38. def strikethrough(output: LogOutput*): LogOutput
  39. implicit def text(s: String): LogOutput
  40. def underline(output: LogOutput*): LogOutput
  41. def url(url: String, output: LogOutput): LogOutput
  42. def white(output: LogOutput*): LogOutput
  43. def yellow(output: LogOutput*): LogOutput
  44. object Color
  45. object EmptyOutput extends LogOutput

Inherited from AnyRef

Inherited from Any

Ungrouped