ch.qos.logback.core.filter
Class AbstractMatcherFilter<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.filter.Filter<E>
ch.qos.logback.core.filter.AbstractMatcherFilter<E>
- All Implemented Interfaces:
- ContextAware, LifeCycle
- Direct Known Subclasses:
- EvaluatorFilter, LevelFilter
public abstract class AbstractMatcherFilter<E>
- extends Filter<E>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onMatch
protected FilterReply onMatch
onMismatch
protected FilterReply onMismatch
AbstractMatcherFilter
public AbstractMatcherFilter()
setOnMatch
public final void setOnMatch(FilterReply reply)
setOnMismatch
public final void setOnMismatch(FilterReply reply)
getOnMatch
public final FilterReply getOnMatch()
getOnMismatch
public final FilterReply getOnMismatch()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.