ch.qos.logback.classic.turbo
Class MatchingFilter
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.turbo.TurboFilter
ch.qos.logback.classic.turbo.MatchingFilter
- All Implemented Interfaces:
- ContextAware, LifeCycle
- Direct Known Subclasses:
- MarkerFilter, MDCFilter
public abstract class MatchingFilter
- extends TurboFilter
An abstract class containing support for onMatch
on onMismatch
attributes, shared by many but not all tubo filters.
- Author:
- Ceki Gulcu
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
MatchingFilter
public MatchingFilter()
setOnMatch
public final void setOnMatch(String action)
setOnMismatch
public final void setOnMismatch(String action)
Copyright © 2005-2011 QOS.ch. All Rights Reserved.