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
@Deprecated(since="2022-01-27") public abstract class AbstractMatcherFilter<E> extends Filter<E>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractMatcherFilter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FilterReply
getOnMatch()
Deprecated.FilterReply
getOnMismatch()
Deprecated.void
setOnMatch(FilterReply reply)
Deprecated.void
setOnMismatch(FilterReply reply)
Deprecated.-
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
-
-
-
-
Method Detail
-
setOnMatch
public final void setOnMatch(FilterReply reply)
Deprecated.
-
setOnMismatch
public final void setOnMismatch(FilterReply reply)
Deprecated.
-
getOnMatch
public final FilterReply getOnMatch()
Deprecated.
-
getOnMismatch
public final FilterReply getOnMismatch()
Deprecated.
-
-