|
||||||||||
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.core.filter.Filter<E>
ch.qos.logback.core.filter.AbstractMatcherFilter<E>
public abstract class AbstractMatcherFilter<E>
Field Summary | |
---|---|
protected FilterReply |
onMatch
|
protected FilterReply |
onMismatch
|
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase |
---|
context |
Constructor Summary | |
---|---|
AbstractMatcherFilter()
|
Method Summary | |
---|---|
FilterReply |
getOnMatch()
|
FilterReply |
getOnMismatch()
|
void |
setOnMatch(FilterReply reply)
|
void |
setOnMismatch(FilterReply reply)
|
Methods inherited from class ch.qos.logback.core.filter.Filter |
---|
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 AbstractMatcherFilter()
Method Detail |
---|
public final void setOnMatch(FilterReply reply)
public final void setOnMismatch(FilterReply reply)
public final FilterReply getOnMatch()
public final FilterReply getOnMismatch()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |