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
-
Field Summary
FieldsFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FilterReplyfinal FilterReplyfinal voidsetOnMatch(FilterReply reply) final voidsetOnMismatch(FilterReply reply) Methods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
onMatch
-
onMismatch
-
-
Constructor Details
-
AbstractMatcherFilter
public AbstractMatcherFilter()
-
-
Method Details
-
setOnMatch
-
setOnMismatch
-
getOnMatch
-
getOnMismatch
-