Package 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
-
Field Summary
FieldsFields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FilterReplyfinal FilterReplyfinal voidsetOnMatch(FilterReply reply) final voidsetOnMismatch(FilterReply reply) Methods inherited from class ch.qos.logback.core.filter.Filter
decide, getName, isStarted, setName, start, stopMethods inherited from class ch.qos.logback.core.spi.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
-