Package

scribe

output

Permalink

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. All

Type Members

  1. class BackgroundColoredOutput extends LogOutput

    Permalink
  2. final class BoldOutput extends AnyVal with LogOutput

    Permalink
  3. sealed trait Color extends AnyRef

    Permalink
  4. class ColoredOutput extends LogOutput

    Permalink
  5. class CompositeOutput extends LogOutput

    Permalink
  6. implicit class EnhancedColor extends AnyRef

    Permalink
  7. final class ItalicOutput extends AnyVal with LogOutput

    Permalink
  8. trait LogOutput extends Any

    Permalink
  9. final class StrikethroughOutput extends AnyVal with LogOutput

    Permalink
  10. final class TextOutput extends AnyVal with LogOutput

    Permalink
  11. class URLOutput extends LogOutput

    Permalink
  12. final class UnderlineOutput extends AnyVal with LogOutput

    Permalink

Value Members

  1. object Color

    Permalink
  2. object EmptyOutput extends LogOutput

    Permalink
  3. def bg(color: Color, output: LogOutput*): LogOutput

    Permalink
  4. def bgBlack(output: LogOutput*): LogOutput

    Permalink
  5. def bgBlue(output: LogOutput*): LogOutput

    Permalink
  6. def bgBrightBlue(output: LogOutput*): LogOutput

    Permalink
  7. def bgBrightCyan(output: LogOutput*): LogOutput

    Permalink
  8. def bgBrightGreen(output: LogOutput*): LogOutput

    Permalink
  9. def bgBrightMagenta(output: LogOutput*): LogOutput

    Permalink
  10. def bgBrightRed(output: LogOutput*): LogOutput

    Permalink
  11. def bgBrightWhite(output: LogOutput*): LogOutput

    Permalink
  12. def bgBrightYellow(output: LogOutput*): LogOutput

    Permalink
  13. def bgCyan(output: LogOutput*): LogOutput

    Permalink
  14. def bgGray(output: LogOutput*): LogOutput

    Permalink
  15. def bgGreen(output: LogOutput*): LogOutput

    Permalink
  16. def bgMagenta(output: LogOutput*): LogOutput

    Permalink
  17. def bgRed(output: LogOutput*): LogOutput

    Permalink
  18. def bgWhite(output: LogOutput*): LogOutput

    Permalink
  19. def bgYellow(output: LogOutput*): LogOutput

    Permalink
  20. def black(output: LogOutput*): LogOutput

    Permalink
  21. def blue(output: LogOutput*): LogOutput

    Permalink
  22. def bold(output: LogOutput*): LogOutput

    Permalink
  23. def brightBlue(output: LogOutput*): LogOutput

    Permalink
  24. def brightCyan(output: LogOutput*): LogOutput

    Permalink
  25. def brightGreen(output: LogOutput*): LogOutput

    Permalink
  26. def brightMagenta(output: LogOutput*): LogOutput

    Permalink
  27. def brightRed(output: LogOutput*): LogOutput

    Permalink
  28. def brightWhite(output: LogOutput*): LogOutput

    Permalink
  29. def brightYellow(output: LogOutput*): LogOutput

    Permalink
  30. def color(color: Color, output: LogOutput*): LogOutput

    Permalink
  31. def cyan(output: LogOutput*): LogOutput

    Permalink
  32. def fg(color: Color, output: LogOutput*): LogOutput

    Permalink
  33. def gray(output: LogOutput*): LogOutput

    Permalink
  34. def green(output: LogOutput*): LogOutput

    Permalink
  35. def italic(output: LogOutput*): LogOutput

    Permalink
  36. def magenta(output: LogOutput*): LogOutput

    Permalink
  37. def out(entries: LogOutput*): LogOutput

    Permalink
  38. def red(output: LogOutput*): LogOutput

    Permalink
  39. implicit def seq2LogOutput(entries: Seq[LogOutput]): LogOutput

    Permalink
  40. def strikethrough(output: LogOutput*): LogOutput

    Permalink
  41. implicit def text(s: String): LogOutput

    Permalink
  42. def underline(output: LogOutput*): LogOutput

    Permalink
  43. def url(url: String, output: LogOutput): LogOutput

    Permalink
  44. def white(output: LogOutput*): LogOutput

    Permalink
  45. def yellow(output: LogOutput*): LogOutput

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped