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 LogbackFilterswith a specifiedLevel.
-
-
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 aFilterof type E
-
-
-
Method Detail
-
build
ch.qos.logback.core.filter.Filter<E> build(ch.qos.logback.classic.Level threshold)
Creates aFilterof type E- Returns:
- a new
Filter
-
-