Interface AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>

  • Type Parameters:
    E - The type of log event
    All Known Implementing Classes:
    AsyncLoggingEventAppenderFactory

    public interface AsyncAppenderFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
    Factory used to create an AsyncAppenderBase of type E
    • Method Detail

      • build

        ch.qos.logback.core.AsyncAppenderBase<E> build()
        Creates an AsyncAppenderBase of type E
        Returns:
        a new AsyncAppenderBase