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
Checks whether the marker in the event matches the marker specified by the
user.
-
Field Summary
Fields inherited from class MatchingFilter
onMatch, onMismatchFields inherited from class ContextAwareBase
context -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MatchingFilter
setOnMatch, setOnMismatchMethods inherited from class ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
MarkerFilter
public MarkerFilter()
-
-
Method Details
-
start
- Specified by:
startin interfaceLifeCycle- Overrides:
startin classTurboFilter
-
decide
public FilterReply decide(org.slf4j.Marker marker, Logger logger, Level level, String format, Object[] params, Throwable t) 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
-