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 of
AsyncAppenderFactory for ILoggingEvent.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionch.qos.logback.core.AsyncAppenderBase<ch.qos.logback.classic.spi.ILoggingEvent>build()Creates anAsyncAppenderFactoryof typeILoggingEvent
-
Constructor Details
-
AsyncLoggingEventAppenderFactory
public AsyncLoggingEventAppenderFactory()
-
-
Method Details
-
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
-