|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.turbo.TurboFilter
ch.qos.logback.classic.turbo.MatchingFilter
public abstract class MatchingFilter
An abstract class containing support for onMatch
on onMismatch
attributes, shared by many but not all tubo filters.
Field Summary | |
---|---|
protected FilterReply |
onMatch
|
protected FilterReply |
onMismatch
|
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
MatchingFilter()
|
Method Summary | |
---|---|
void |
setOnMatch(java.lang.String action)
|
void |
setOnMismatch(java.lang.String action)
|
Methods inherited from class ch.qos.logback.classic.turbo.TurboFilter |
---|
decide, getName, isStarted, setName, start, stop |
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FilterReply onMatch
protected FilterReply onMismatch
Constructor Detail |
---|
public MatchingFilter()
Method Detail |
---|
public final void setOnMatch(java.lang.String action)
public final void setOnMismatch(java.lang.String action)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |