Packages

sealed trait LogFormat extends AnyRef

Self Type
LogFormat
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def -(other: LogFormat): LogFormat
  4. final def <+>(that: LogFormat): LogFormat
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def \\(other: LogFormat): LogFormat
  7. final def apply(line: LogLine): String
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. final def autoColor: LogFormat
  10. final def black: LogFormat
  11. final def blackB: LogFormat
  12. final def blink: LogFormat
  13. final def blue: LogFormat
  14. final def blueB: LogFormat
  15. final def bold: LogFormat
  16. final def bracket: LogFormat
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  18. final def combine(str: String)(other: LogFormat): LogFormat
  19. final def cyan: LogFormat
  20. final def cyanB: LogFormat
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. final def fixed(n: Int): LogFormat
  24. final def flipColor: LogFormat
  25. final def font(font: String): LogFormat
  26. final def font(font: Font): LogFormat
  27. final def format(f: (String) ⇒ LogFormat): LogFormat
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def green: LogFormat
  30. final def greenB: LogFormat
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def invisible: LogFormat
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def lowercase: LogFormat
  35. final def magenta: LogFormat
  36. final def magentaB: LogFormat
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def red: LogFormat
  41. final def redB: LogFormat
  42. final def reset: LogFormat
  43. final def reversed: LogFormat
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def transform(f: (String) ⇒ String): LogFormat
  47. final def trim: LogFormat
  48. final def underline: LogFormat
  49. final def uppercase: LogFormat
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def white: LogFormat
  54. final def whiteB: LogFormat
  55. final def yellow: LogFormat
  56. final def yellowB: LogFormat
  57. final def |-|(other: LogFormat): LogFormat

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped