Package

scribe

format

Permalink

package format

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

Type Members

  1. class AbbreviateBlock extends FormatBlock

    Permalink
  2. implicit class EnhancedColor extends AnyRef

    Permalink
  3. trait FormatBlock extends AnyRef

    Permalink
  4. class FormatBlocksFormatter extends Formatter

    Permalink
  5. trait Formatter extends AnyRef

    Permalink
  6. implicit final class FormatterInterpolator extends AnyVal

    Permalink
  7. class RightPaddingBlock extends FormatBlock

    Permalink

Value Members

  1. object FormatBlock

    Permalink
  2. object Formatter

    Permalink
  3. def bg(color: Color, block: FormatBlock): FormatBlock

    Permalink
  4. def bgBlack(block: FormatBlock): FormatBlock

    Permalink
  5. def bgBlue(block: FormatBlock): FormatBlock

    Permalink
  6. def bgBrightBlue(block: FormatBlock): FormatBlock

    Permalink
  7. def bgBrightCyan(block: FormatBlock): FormatBlock

    Permalink
  8. def bgBrightGreen(block: FormatBlock): FormatBlock

    Permalink
  9. def bgBrightMagenta(block: FormatBlock): FormatBlock

    Permalink
  10. def bgBrightRed(block: FormatBlock): FormatBlock

    Permalink
  11. def bgBrightWhite(block: FormatBlock): FormatBlock

    Permalink
  12. def bgBrightYellow(block: FormatBlock): FormatBlock

    Permalink
  13. def bgCyan(block: FormatBlock): FormatBlock

    Permalink
  14. def bgGray(block: FormatBlock): FormatBlock

    Permalink
  15. def bgGreen(block: FormatBlock): FormatBlock

    Permalink
  16. def bgMagenta(block: FormatBlock): FormatBlock

    Permalink
  17. def bgRed(block: FormatBlock): FormatBlock

    Permalink
  18. def bgWhite(block: FormatBlock): FormatBlock

    Permalink
  19. def bgYellow(block: FormatBlock): FormatBlock

    Permalink
  20. def black(block: FormatBlock): FormatBlock

    Permalink
  21. def blue(block: FormatBlock): FormatBlock

    Permalink
  22. def bold(block: FormatBlock): FormatBlock

    Permalink
  23. def brightBlue(block: FormatBlock): FormatBlock

    Permalink
  24. def brightCyan(block: FormatBlock): FormatBlock

    Permalink
  25. def brightGreen(block: FormatBlock): FormatBlock

    Permalink
  26. def brightMagenta(block: FormatBlock): FormatBlock

    Permalink
  27. def brightRed(block: FormatBlock): FormatBlock

    Permalink
  28. def brightWhite(block: FormatBlock): FormatBlock

    Permalink
  29. def brightYellow(block: FormatBlock): FormatBlock

    Permalink
  30. def className: FormatBlock

    Permalink
  31. def classNameAbbreviated: FormatBlock

    Permalink
  32. def color(color: Color, block: FormatBlock): FormatBlock

    Permalink
  33. def column: FormatBlock

    Permalink
  34. def cyan(block: FormatBlock): FormatBlock

    Permalink
  35. def date: FormatBlock

    Permalink
  36. def fg(color: Color, block: FormatBlock): FormatBlock

    Permalink
  37. def fileName: FormatBlock

    Permalink
  38. def gray(block: FormatBlock): FormatBlock

    Permalink
  39. def green(block: FormatBlock): FormatBlock

    Permalink
  40. def italic(block: FormatBlock): FormatBlock

    Permalink
  41. def level: FormatBlock

    Permalink
  42. def levelColored: FormatBlock

    Permalink
  43. def levelColoredPaddedRight: FormatBlock

    Permalink
  44. def levelPaddedRight: FormatBlock

    Permalink
  45. def line: FormatBlock

    Permalink
  46. def magenta(block: FormatBlock): FormatBlock

    Permalink
  47. def mdc: FormatBlock

    Permalink
  48. def mdc(key: String): FormatBlock

    Permalink
  49. def message: FormatBlock

    Permalink
  50. def methodName: FormatBlock

    Permalink
  51. def newLine: FormatBlock

    Permalink
  52. def position: FormatBlock

    Permalink
  53. def positionAbbreviated: FormatBlock

    Permalink
  54. def red(block: FormatBlock): FormatBlock

    Permalink
  55. def strikethrough(block: FormatBlock): FormatBlock

    Permalink
  56. def string(value: String): FormatBlock

    Permalink
  57. def threadName: FormatBlock

    Permalink
  58. def threadNameAbbreviated: FormatBlock

    Permalink
  59. def time: FormatBlock

    Permalink
  60. def timeStamp: FormatBlock

    Permalink
  61. def underline(block: FormatBlock): FormatBlock

    Permalink
  62. def url(url: String, block: FormatBlock): FormatBlock

    Permalink
  63. def white(block: FormatBlock): FormatBlock

    Permalink
  64. def yellow(block: FormatBlock): FormatBlock

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped