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
-
Method Details
-
build
Creates aFilterof type E- Returns:
- a new
Filter
-