Interface AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
-
- Type Parameters:
E- The type of log event
- All Known Implementing Classes:
AsyncAccessEventAppenderFactory,AsyncLoggingEventAppenderFactory
public interface AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>Factory used to create anAsyncAppenderBaseof type E
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ch.qos.logback.core.AsyncAppenderBase<E>build()Creates anAsyncAppenderBaseof type E
-
-
-
Method Detail
-
build
ch.qos.logback.core.AsyncAppenderBase<E> build()
Creates anAsyncAppenderBaseof type E- Returns:
- a new
AsyncAppenderBase
-
-