Packages

class ColoredLevel extends ClassicConverter

A logback converter generating colored, lower-case level names.

Used for example as:

%coloredLevel %logger{15} - %message%n%xException{5}
Source
ColoredLevel.scala
Linear Supertypes
ClassicConverter, DynamicConverter[ILoggingEvent], ContextAware, LifeCycle, FormattingConverter[ILoggingEvent], Converter[ILoggingEvent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColoredLevel
  2. ClassicConverter
  3. DynamicConverter
  4. ContextAware
  5. LifeCycle
  6. FormattingConverter
  7. Converter
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColoredLevel()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ColoredLevel to any2stringadd[ColoredLevel] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ColoredLevel, B)
    Implicit
    This member is added by an implicit conversion from ColoredLevel to ArrowAssoc[ColoredLevel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addError(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  7. def addError(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  8. def addInfo(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  9. def addInfo(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  10. def addStatus(arg0: Status): Unit
    Definition Classes
    DynamicConverter → ContextAware
  11. def addWarn(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  12. def addWarn(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def convert(event: ILoggingEvent): String
    Definition Classes
    ColoredLevel → Converter
  16. def ensuring(cond: (ColoredLevel) ⇒ Boolean, msg: ⇒ Any): ColoredLevel
    Implicit
    This member is added by an implicit conversion from ColoredLevel to Ensuring[ColoredLevel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: (ColoredLevel) ⇒ Boolean): ColoredLevel
    Implicit
    This member is added by an implicit conversion from ColoredLevel to Ensuring[ColoredLevel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean, msg: ⇒ Any): ColoredLevel
    Implicit
    This member is added by an implicit conversion from ColoredLevel to Ensuring[ColoredLevel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean): ColoredLevel
    Implicit
    This member is added by an implicit conversion from ColoredLevel to Ensuring[ColoredLevel] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ColoredLevel to StringFormat[ColoredLevel] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getContext(): Context
    Definition Classes
    DynamicConverter → ContextAware
  26. def getFirstOption(): String
    Definition Classes
    DynamicConverter
  27. final def getFormattingInfo(): FormatInfo
    Definition Classes
    FormattingConverter
  28. final def getNext(): Converter[ILoggingEvent]
    Definition Classes
    Converter
  29. def getOptionList(): List[String]
    Attributes
    protected[pattern]
    Definition Classes
    DynamicConverter
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isStarted(): Boolean
    Definition Classes
    DynamicConverter → LifeCycle
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def setContext(arg0: Context): Unit
    Definition Classes
    DynamicConverter → ContextAware
  37. final def setFormattingInfo(arg0: FormatInfo): Unit
    Definition Classes
    FormattingConverter
  38. final def setNext(arg0: Converter[ILoggingEvent]): Unit
    Definition Classes
    Converter
  39. def setOptionList(arg0: List[String]): Unit
    Definition Classes
    DynamicConverter
  40. def start(): Unit
    Definition Classes
    DynamicConverter → LifeCycle
  41. def stop(): Unit
    Definition Classes
    DynamicConverter → LifeCycle
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def write(arg0: StringBuilder, arg1: ILoggingEvent): Unit
    Definition Classes
    FormattingConverter → Converter
  48. def [B](y: B): (ColoredLevel, B)
    Implicit
    This member is added by an implicit conversion from ColoredLevel to ArrowAssoc[ColoredLevel] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from ClassicConverter

Inherited from DynamicConverter[ILoggingEvent]

Inherited from ContextAware

Inherited from LifeCycle

Inherited from FormattingConverter[ILoggingEvent]

Inherited from Converter[ILoggingEvent]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ColoredLevel to any2stringadd[ColoredLevel]

Inherited by implicit conversion StringFormat from ColoredLevel to StringFormat[ColoredLevel]

Inherited by implicit conversion Ensuring from ColoredLevel to Ensuring[ColoredLevel]

Inherited by implicit conversion ArrowAssoc from ColoredLevel to ArrowAssoc[ColoredLevel]

Ungrouped