Class AsyncLoggingEventAppenderFactory
- java.lang.Object
-
- io.dropwizard.logging.common.async.AsyncLoggingEventAppenderFactory
-
- All Implemented Interfaces:
AsyncAppenderFactory<ch.qos.logback.classic.spi.ILoggingEvent>
public class AsyncLoggingEventAppenderFactory extends Object implements AsyncAppenderFactory<ch.qos.logback.classic.spi.ILoggingEvent>
An implementation ofAsyncAppenderFactoryforILoggingEvent.
-
-
Constructor Summary
Constructors Constructor Description AsyncLoggingEventAppenderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ch.qos.logback.core.AsyncAppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>build()Creates anAsyncAppenderFactoryof typeILoggingEvent
-
-
-
Method Detail
-
build
public ch.qos.logback.core.AsyncAppenderBase<ch.qos.logback.classic.spi.ILoggingEvent> build()
Creates anAsyncAppenderFactoryof typeILoggingEvent- Specified by:
buildin interfaceAsyncAppenderFactory<ch.qos.logback.classic.spi.ILoggingEvent>- Returns:
- the
AsyncAppenderFactory
-
-