Uses of Class
ch.qos.logback.core.filter.AbstractMatcherFilter
Packages that use AbstractMatcherFilter
Package
Description
Contains base classes to the event filtering functionality of logback.
-
Uses of AbstractMatcherFilter in ch.qos.logback.classic.filter
Subclasses of AbstractMatcherFilter in ch.qos.logback.classic.filterModifier and TypeClassDescriptionclassA class that filters events by the level equality. -
Uses of AbstractMatcherFilter in ch.qos.logback.core.filter
Subclasses of AbstractMatcherFilter in ch.qos.logback.core.filterModifier and TypeClassDescriptionclassThe value of theonMatchandonMismatchattributes is set toFilterReply.NEUTRAL, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.