Class ThresholdFilter

All Implemented Interfaces:
ContextAware, LifeCycle

public class ThresholdFilter extends 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
Author:
Sébastien Pennec