Package ch.qos.logback.classic.turbo
Class MatchingFilter
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.classic.turbo.TurboFilter
-
- ch.qos.logback.classic.turbo.MatchingFilter
-
- All Implemented Interfaces:
ContextAware
,LifeCycle
- Direct Known Subclasses:
MarkerFilter
,MDCFilter
@Deprecated(since="2022-01-27") public abstract class MatchingFilter extends TurboFilter
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.An abstract class containing support foronMatch
ononMismatch
attributes, shared by many but not all turbo filters.
-
-
Constructor Summary
Constructors Constructor Description MatchingFilter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setOnMatch(java.lang.String action)
Deprecated.void
setOnMismatch(java.lang.String action)
Deprecated.-
Methods inherited from class ch.qos.logback.classic.turbo.TurboFilter
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
-
-