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 FilterReply
final FilterReply
final void
setOnMatch
(FilterReply reply) final 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, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
onMatch
-
onMismatch
-
-
Constructor Details
-
AbstractMatcherFilter
public AbstractMatcherFilter()
-
-
Method Details
-
setOnMatch
-
setOnMismatch
-
getOnMatch
-
getOnMismatch
-