Package ch.qos.logback.core.filter
package ch.qos.logback.core.filter
Contains base classes to the event filtering functionality of logback.
-
ClassesClassDescriptionThe value of the
AbstractMatcherFilter.onMatch
andAbstractMatcherFilter.onMismatch
attributes is set toFilterReply.NEUTRAL
, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.Filter<E>Users should extend this class to implement customized event filtering.