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 Summary

    Modifier and Type
    Method
    Description
    ch.qos.logback.core.AsyncAppenderBase<E>
    Creates an AsyncAppenderBase of type E
  • Method Details

    • build

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