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

  • Type Parameters:
    E - The type of log event
    All Known Implementing Classes:
    NullLevelFilterFactory, ThresholdLevelFilterFactory

    public interface LevelFilterFactory<E extends ch.qos.logback.core.spi.DeferredProcessingAware>
    An interface for building Logback Filters with a specified Level.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ch.qos.logback.core.filter.Filter<E> build​(ch.qos.logback.classic.Level threshold)
      Creates a Filter of type E
    • Method Detail

      • build

        ch.qos.logback.core.filter.Filter<E> build​(ch.qos.logback.classic.Level threshold)
        Creates a Filter of type E
        Returns:
        a new Filter