com.mle.logbackrx

BasicBoundedReplayRxAppender

Related Doc: package logbackrx

class BasicBoundedReplayRxAppender extends BoundedReplayRxAppender[ILoggingEvent] with EventMapping

Linear Supertypes
EventMapping, TimeFormatting[ILoggingEvent], BoundedReplayRxAppender[ILoggingEvent], RxAppenderBase[ILoggingEvent], AppenderBase[ILoggingEvent], Appender[ILoggingEvent], FilterAttachable[ILoggingEvent], LifeCycle, ContextAwareBase, ContextAware, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BasicBoundedReplayRxAppender
  2. EventMapping
  3. TimeFormatting
  4. BoundedReplayRxAppender
  5. RxAppenderBase
  6. AppenderBase
  7. Appender
  8. FilterAttachable
  9. LifeCycle
  10. ContextAwareBase
  11. ContextAware
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicBoundedReplayRxAppender()

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 addFilter(arg0: Filter[ILoggingEvent]): Unit

    Definition Classes
    AppenderBase → FilterAttachable
  7. def addInfo(arg0: String, arg1: Throwable): Unit

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

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

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

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

    Definition Classes
    ContextAwareBase → ContextAware
  12. def append(event: ILoggingEvent): Unit

    Definition Classes
    RxAppenderBase → AppenderBase
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clearAllFilters(): Unit

    Definition Classes
    AppenderBase → FilterAttachable
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def doAppend(arg0: ILoggingEvent): Unit

    Definition Classes
    AppenderBase → Appender
  17. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. def events: Observable[ILoggingEvent]

    Definition Classes
    RxAppenderBase
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def format(timeStamp: Long): String

    Definition Classes
    TimeFormatting
  22. def getBufferSize: Int

    Definition Classes
    BoundedReplayRxAppender
  23. final def getClass(): Class[_]

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

    Definition Classes
    ContextAwareBase → ContextAware
  25. def getCopyOfAttachedFiltersList(): List[Filter[ILoggingEvent]]

    Definition Classes
    AppenderBase → FilterAttachable
  26. def getDeclaredOrigin(): AnyRef

    Attributes
    protected[ch.qos.logback.core.spi]
    Definition Classes
    ContextAwareBase
  27. def getFilterChainDecision(arg0: ILoggingEvent): FilterReply

    Definition Classes
    AppenderBase → FilterAttachable
  28. def getName(): String

    Definition Classes
    AppenderBase → Appender
  29. def getStatusManager(): StatusManager

    Definition Classes
    ContextAwareBase
  30. def getTimeFormat: String

    Definition Classes
    TimeFormatting
  31. def hashCode(): Int

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

    Definition Classes
    Any
  33. def isStarted(): Boolean

    Definition Classes
    AppenderBase → LifeCycle
  34. lazy val logEvents: Observable[LogEvent]

    Definition Classes
    EventMapping
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def observer: Observer[ILoggingEvent]

    Attributes
    protected
    Definition Classes
    RxAppenderBase
  39. def setBufferSize(size: Int): Unit

    Definition Classes
    BoundedReplayRxAppender
  40. def setContext(arg0: Context): Unit

    Definition Classes
    ContextAwareBase → ContextAware
  41. def setName(arg0: String): Unit

    Definition Classes
    AppenderBase → Appender
  42. def setTimeFormat(format: String): Unit

    Definition Classes
    TimeFormatting
  43. def start(): Unit

    Definition Classes
    AppenderBase → LifeCycle
  44. def stop(): Unit

    Definition Classes
    AppenderBase → LifeCycle
  45. def subject: Subject[ILoggingEvent]

    Attributes
    protected
    Definition Classes
    BoundedReplayRxAppenderRxAppenderBase
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. def toString(): String

    Definition Classes
    AppenderBase → AnyRef → Any
  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EventMapping

Inherited from TimeFormatting[ILoggingEvent]

Inherited from BoundedReplayRxAppender[ILoggingEvent]

Inherited from RxAppenderBase[ILoggingEvent]

Inherited from AppenderBase[ILoggingEvent]

Inherited from Appender[ILoggingEvent]

Inherited from FilterAttachable[ILoggingEvent]

Inherited from LifeCycle

Inherited from ContextAwareBase

Inherited from ContextAware

Inherited from AnyRef

Inherited from Any

Ungrouped