- All Implemented Interfaces:
- ch.qos.logback.core.Appender<ch.qos.logback.classic.spi.ILoggingEvent>, ch.qos.logback.core.spi.AppenderAttachable<ch.qos.logback.classic.spi.ILoggingEvent>, ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.FilterAttachable<ch.qos.logback.classic.spi.ILoggingEvent>, ch.qos.logback.core.spi.LifeCycle, org.reactivestreams.Subscriber<ch.qos.logback.classic.spi.ILoggingEvent>
public class DurableAsyncAppender
extends AsyncAppender
An AsyncAppender subclass that first writes a log event to a durable Chronicle using Java
Chronicle before allowing the event to be queued.
- Author:
- Jon Brisbin