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 classNameSimple: FormatBlock

    Permalink
  33. lazy val closeBracket: FormatBlock

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

    Permalink
  35. def column: FormatBlock

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

    Permalink
  37. def date: FormatBlock

    Permalink
  38. def dateCounter: FormatBlock

    Permalink
  39. def dateFull: FormatBlock

    Permalink
  40. object empty extends FormatBlock with Product with Serializable

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

    Permalink
  42. def fileName: FormatBlock

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

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

    Permalink
  45. def groupBySecond(blocks: FormatBlock*): FormatBlock

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

    Permalink
  47. def level: FormatBlock

    Permalink
  48. def levelColor(block: FormatBlock): FormatBlock

    Permalink
  49. def levelColored: FormatBlock

    Permalink
  50. def levelColoredPaddedRight: FormatBlock

    Permalink
  51. def levelPaddedRight: FormatBlock

    Permalink
  52. def line: FormatBlock

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

    Permalink
  54. def mdc: FormatBlock

    Permalink
  55. def mdc(key: String, default: ⇒ Any = "", prefix: FormatBlock = empty, postfix: FormatBlock = empty): FormatBlock

    Permalink
  56. def mdcMultiLine: FormatBlock

    Permalink
  57. def messages: FormatBlock

    Permalink
  58. def methodName: FormatBlock

    Permalink
  59. def multiLine(blocks: FormatBlock*): FormatBlock

    Permalink
  60. def newLine: FormatBlock

    Permalink
  61. lazy val openBracket: FormatBlock

    Permalink
  62. def position: FormatBlock

    Permalink
  63. def positionAbbreviated: FormatBlock

    Permalink
  64. def positionSimple: FormatBlock

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

    Permalink
  66. val self: format.type

    Permalink
    Attributes
    protected
  67. lazy val space: FormatBlock

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

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

    Permalink
  70. def threadName: FormatBlock

    Permalink
  71. def threadNameAbbreviated: FormatBlock

    Permalink
  72. def time: FormatBlock

    Permalink
  73. def timeStamp: FormatBlock

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped