Packages

c

dev.mongocamp.server.logging

HighlightingColorConverter

class HighlightingColorConverter extends ForegroundCompositeConverterBase[ILoggingEvent]

Linear Supertypes
ForegroundCompositeConverterBase[ILoggingEvent], CompositeConverter[ILoggingEvent], DynamicConverter[ILoggingEvent], ContextAware, LifeCycle, FormattingConverter[ILoggingEvent], Converter[ILoggingEvent], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HighlightingColorConverter
  2. ForegroundCompositeConverterBase
  3. CompositeConverter
  4. DynamicConverter
  5. ContextAware
  6. LifeCycle
  7. FormattingConverter
  8. Converter
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HighlightingColorConverter()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  5. def addError(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  6. def addInfo(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  7. def addInfo(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  8. def addStatus(arg0: Status): Unit
    Definition Classes
    DynamicConverter → ContextAware
  9. def addWarn(arg0: String, arg1: Throwable): Unit
    Definition Classes
    DynamicConverter → ContextAware
  10. def addWarn(arg0: String): Unit
    Definition Classes
    DynamicConverter → ContextAware
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def convert(arg0: ILoggingEvent): String
    Definition Classes
    CompositeConverter → Converter
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def getChildConverter(): Converter[ILoggingEvent]
    Definition Classes
    CompositeConverter
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def getContext(): Context
    Definition Classes
    DynamicConverter → ContextAware
  19. def getFirstOption(): String
    Definition Classes
    DynamicConverter
  20. def getForegroundColorCode(event: ILoggingEvent): String
    Attributes
    protected
    Definition Classes
    HighlightingColorConverter → ForegroundCompositeConverterBase
  21. final def getFormattingInfo(): FormatInfo
    Definition Classes
    FormattingConverter
  22. final def getNext(): Converter[ILoggingEvent]
    Definition Classes
    Converter
  23. def getOptionList(): List[String]
    Attributes
    protected[pattern]
    Definition Classes
    DynamicConverter
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isStarted(): Boolean
    Definition Classes
    DynamicConverter → LifeCycle
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def setChildConverter(arg0: Converter[ILoggingEvent]): Unit
    Definition Classes
    CompositeConverter
  31. def setContext(arg0: Context): Unit
    Definition Classes
    DynamicConverter → ContextAware
  32. final def setFormattingInfo(arg0: FormatInfo): Unit
    Definition Classes
    FormattingConverter
  33. final def setNext(arg0: Converter[ILoggingEvent]): Unit
    Definition Classes
    Converter
  34. def setOptionList(arg0: List[String]): Unit
    Definition Classes
    DynamicConverter
  35. def start(): Unit
    Definition Classes
    DynamicConverter → LifeCycle
  36. def stop(): Unit
    Definition Classes
    DynamicConverter → LifeCycle
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    CompositeConverter → AnyRef → Any
  39. def transform(arg0: ILoggingEvent, arg1: String): String
    Attributes
    protected[color]
    Definition Classes
    ForegroundCompositeConverterBase → CompositeConverter
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def write(arg0: StringBuilder, arg1: ILoggingEvent): Unit
    Definition Classes
    FormattingConverter → Converter

Deprecated Value Members

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

    (Since version 9)

Inherited from ForegroundCompositeConverterBase[ILoggingEvent]

Inherited from CompositeConverter[ILoggingEvent]

Inherited from DynamicConverter[ILoggingEvent]

Inherited from ContextAware

Inherited from LifeCycle

Inherited from FormattingConverter[ILoggingEvent]

Inherited from Converter[ILoggingEvent]

Inherited from AnyRef

Inherited from Any

Ungrouped