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
public class MarkerFilter
- extends MatchingFilter
Checks whether the marker in the event matches the marker specified by the
user.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkerFilter
public MarkerFilter()
start
public void start()
- Specified by:
start
in interface LifeCycle
- Overrides:
start
in class TurboFilter
decide
public FilterReply decide(org.slf4j.Marker marker,
Logger logger,
Level level,
String format,
Object[] params,
Throwable t)
- Description copied from class:
TurboFilter
- Make a decision based on the multiple parameters passed as arguments.
The returned value should be one of
FilterReply.DENY
,
FilterReply.NEUTRAL
, or FilterReply.ACCEPT
.
- Specified by:
decide
in class TurboFilter
- Returns:
setMarker
public void setMarker(String markerStr)
- The marker to match in the event.
- Parameters:
markerToMatch
-
Copyright © 2005-2009 QOS.ch. All Rights Reserved.