- All Implemented Interfaces:
- ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle
public class ThresholdFilter
extends ch.qos.logback.core.filter.Filter<ILoggingEvent>
Filters events below the threshold level.
Events with a level below the specified
level will be denied, while events with a level
equal or above the specified level will trigger a
FilterReply.NEUTRAL result, to allow the rest of the
filter chain process the event.
For more information about filters, please refer to the online manual at
http://logback.qos.ch/manual/filters.html#thresholdFilter