Class

com.lightbend.lagom.internal.logback

ColoredLevel

Related Doc: package logback

Permalink

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()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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)

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def addError(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  7. def addError(arg0: String): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  8. def addInfo(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  9. def addInfo(arg0: String): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  10. def addStatus(arg0: Status): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  11. def addWarn(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  12. def addWarn(arg0: String): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def convert(event: ILoggingEvent): String

    Permalink
    Definition Classes
    ColoredLevel → Converter
  16. def ensuring(cond: (ColoredLevel) ⇒ Boolean, msg: ⇒ Any): ColoredLevel

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Implicit information
    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

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getContext(): Context

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  26. def getFirstOption(): String

    Permalink
    Definition Classes
    DynamicConverter
  27. final def getFormattingInfo(): FormatInfo

    Permalink
    Definition Classes
    FormattingConverter
  28. final def getNext(): Converter[ILoggingEvent]

    Permalink
    Definition Classes
    Converter
  29. def getOptionList(): List[String]

    Permalink
    Attributes
    protected[ch.qos.logback.core.pattern]
    Definition Classes
    DynamicConverter
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isStarted(): Boolean

    Permalink
    Definition Classes
    DynamicConverter → LifeCycle
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. def setContext(arg0: Context): Unit

    Permalink
    Definition Classes
    DynamicConverter → ContextAware
  37. final def setFormattingInfo(arg0: FormatInfo): Unit

    Permalink
    Definition Classes
    FormattingConverter
  38. final def setNext(arg0: Converter[ILoggingEvent]): Unit

    Permalink
    Definition Classes
    Converter
  39. def setOptionList(arg0: List[String]): Unit

    Permalink
    Definition Classes
    DynamicConverter
  40. def start(): Unit

    Permalink
    Definition Classes
    DynamicConverter → LifeCycle
  41. def stop(): Unit

    Permalink
    Definition Classes
    DynamicConverter → LifeCycle
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def write(arg0: StringBuilder, arg1: ILoggingEvent): Unit

    Permalink
    Definition Classes
    FormattingConverter → Converter
  48. def [B](y: B): (ColoredLevel, B)

    Permalink
    Implicit information
    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