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. sealed 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. object LogOutput

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  34. package format

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped