Class

fm.common

ColorPatternLayoutEncoder

Related Doc: package common

Permalink

final class ColorPatternLayoutEncoder extends PatternLayoutEncoder

A simple Logback extension to the PatternLayoutEncoder that adds simple coloring for WARN and ERROR levels

Linear Supertypes
PatternLayoutEncoder, PatternLayoutEncoderBase[ILoggingEvent], LayoutWrappingEncoder[ILoggingEvent], EncoderBase[ILoggingEvent], Encoder[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ColorPatternLayoutEncoder
  2. PatternLayoutEncoder
  3. PatternLayoutEncoderBase
  4. LayoutWrappingEncoder
  5. EncoderBase
  6. Encoder
  7. LifeCycle
  8. ContextAwareBase
  9. ContextAware
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColorPatternLayoutEncoder()

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  5. def addError(arg0: String): Unit

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

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  7. def addInfo(arg0: String): Unit

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  8. def addStatus(arg0: Status): Unit

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

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  10. def addWarn(arg0: String): Unit

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def encode(e: ILoggingEvent): Array[Byte]

    Permalink
    Definition Classes
    ColorPatternLayoutEncoder → LayoutWrappingEncoder → Encoder
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def footerBytes(): Array[Byte]

    Permalink
    Definition Classes
    LayoutWrappingEncoder → Encoder
  17. def getCharset(): Charset

    Permalink
    Definition Classes
    LayoutWrappingEncoder
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. def getContext(): Context

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  20. def getDeclaredOrigin(): AnyRef

    Permalink
    Attributes
    protected[ch.qos.logback.core.spi]
    Definition Classes
    ContextAwareBase
  21. def getLayout(): Layout[ILoggingEvent]

    Permalink
    Definition Classes
    LayoutWrappingEncoder
  22. def getPattern(): String

    Permalink
    Definition Classes
    PatternLayoutEncoderBase
  23. def getStatusManager(): StatusManager

    Permalink
    Definition Classes
    ContextAwareBase
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. def headerBytes(): Array[Byte]

    Permalink
    Definition Classes
    LayoutWrappingEncoder → Encoder
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def isOutputPatternAsHeader(): Boolean

    Permalink
    Definition Classes
    PatternLayoutEncoderBase
  28. def isOutputPatternAsPresentationHeader(): Boolean

    Permalink
    Definition Classes
    PatternLayoutEncoderBase
  29. def isStarted(): Boolean

    Permalink
    Definition Classes
    LayoutWrappingEncoder → EncoderBase → LifeCycle
  30. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def setCharset(arg0: Charset): Unit

    Permalink
    Definition Classes
    LayoutWrappingEncoder
  34. def setContext(arg0: Context): Unit

    Permalink
    Definition Classes
    ContextAwareBase → ContextAware
  35. def setImmediateFlush(arg0: Boolean): Unit

    Permalink
    Definition Classes
    LayoutWrappingEncoder
  36. def setLayout(arg0: Layout[ILoggingEvent]): Unit

    Permalink
    Definition Classes
    PatternLayoutEncoderBase → LayoutWrappingEncoder
  37. def setOutputPatternAsHeader(arg0: Boolean): Unit

    Permalink
    Definition Classes
    PatternLayoutEncoderBase
  38. def setParent(arg0: Appender[_]): Unit

    Permalink
    Definition Classes
    LayoutWrappingEncoder
  39. def setPattern(arg0: String): Unit

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

    Permalink
    Definition Classes
    PatternLayoutEncoder → LayoutWrappingEncoder → EncoderBase → LifeCycle
  41. def stop(): Unit

    Permalink
    Definition Classes
    LayoutWrappingEncoder → EncoderBase → 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(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def setOutputPatternAsPresentationHeader(arg0: Boolean): Unit

    Permalink
    Definition Classes
    PatternLayoutEncoderBase
    Annotations
    @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PatternLayoutEncoder

Inherited from PatternLayoutEncoderBase[ILoggingEvent]

Inherited from LayoutWrappingEncoder[ILoggingEvent]

Inherited from EncoderBase[ILoggingEvent]

Inherited from Encoder[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped