Packages

class JsonEncoder extends EncoderBase[ILoggingEvent]

Linear Supertypes
EncoderBase[ILoggingEvent], Encoder[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonEncoder
  2. EncoderBase
  3. Encoder
  4. LifeCycle
  5. ContextAwareBase
  6. ContextAware
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsonEncoder()

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
    ContextAwareBase → ContextAware
  5. def addError(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  6. def addInfo(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  7. def addInfo(arg0: String): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  8. def addStatus(arg0: Status): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  9. def addWarn(arg0: String, arg1: Throwable): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  10. def addWarn(arg0: String): Unit
    Definition Classes
    ContextAwareBase → 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 encode(event: ILoggingEvent): Array[Byte]
    Definition Classes
    JsonEncoder → Encoder
  14. def encodeThrowable(value: ILoggingEvent): Json
    Attributes
    protected
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  17. def footerBytes(): Array[Byte]
    Definition Classes
    JsonEncoder → Encoder
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getContext(): Context
    Definition Classes
    ContextAwareBase → ContextAware
  20. def getDeclaredOrigin(): AnyRef
    Attributes
    protected[spi]
    Definition Classes
    ContextAwareBase
  21. def getStatusManager(): StatusManager
    Definition Classes
    ContextAwareBase
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def headerBytes(): Array[Byte]
    Definition Classes
    JsonEncoder → Encoder
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isStarted(): Boolean
    Definition Classes
    EncoderBase → LifeCycle
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def setContext(arg0: Context): Unit
    Definition Classes
    ContextAwareBase → ContextAware
  30. def setIncludeContext(value: Boolean): Unit
  31. def setIncludeMdc(value: Boolean): Unit
  32. def setIncludeQuery(value: Boolean): Unit
  33. def setIncludeThread(value: Boolean): Unit
  34. def setLoggerLength(value: Int): Unit
  35. def setMsgIsJson(value: Boolean): Unit
  36. def setPrettyPrint(value: Boolean): Unit
  37. def start(): Unit
    Definition Classes
    JsonEncoder → EncoderBase → LifeCycle
  38. def stop(): Unit
    Definition Classes
    JsonEncoder → EncoderBase → LifeCycle
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 EncoderBase[ILoggingEvent]

Inherited from Encoder[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped