Package ch.qos.logback.classic.turbo
Class MarkerFilter
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.classic.turbo.TurboFilter
ch.qos.logback.classic.turbo.MatchingFilter
ch.qos.logback.classic.turbo.MarkerFilter
- All Implemented Interfaces:
ContextAware,LifeCycle
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Checks whether the marker in the event matches the marker specified by the
user.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Make a decision based on the multiple parameters passed as arguments.voidDeprecated.The marker to match in the event.voidstart()Deprecated.Methods inherited from class ch.qos.logback.classic.turbo.MatchingFilter
setOnMatch, setOnMismatchMethods inherited from class ch.qos.logback.classic.turbo.TurboFilter
getName, isStarted, setName, stopMethods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Constructor Details
-
MarkerFilter
public MarkerFilter()Deprecated.
-
-
Method Details
-
start
public void start()Deprecated.- Specified by:
startin interfaceLifeCycle- Overrides:
startin classTurboFilter
-
decide
public FilterReply decide(Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) Deprecated.Description copied from class:TurboFilterMake a decision based on the multiple parameters passed as arguments. The returned value should be one of,FilterReply.DENY, orFilterReply.NEUTRAL.FilterReply.ACCEPT- Specified by:
decidein classTurboFilter- Parameters:
marker-logger-level-format-params-t-- Returns:
-
setMarker
Deprecated.The marker to match in the event.- Parameters:
markerStr-
-