Uses of Class
ch.qos.logback.core.filter.AbstractMatcherFilter

Packages that use AbstractMatcherFilter
ch.qos.logback.classic.filter   
ch.qos.logback.core.filter Contains base classes to the event filtering functionnalities of logback. 
 

Uses of AbstractMatcherFilter in ch.qos.logback.classic.filter
 

Subclasses of AbstractMatcherFilter in ch.qos.logback.classic.filter
 class LevelFilter
          A 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.filter
 class EvaluatorFilter<E>
          The value of the onMatch and onMismatch attributes is set to Filter.NEUTRAL, so that a badly configured evaluator filter does not disturb the functioning of the filter chain.