类 MarkerAppenderFilter
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
com.elitesland.ystdms.sys.log.provider.logback.filter.MarkerAppenderFilter
- 所有已实现的接口:
ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.LifeCycle
public class MarkerAppenderFilter
extends ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
marker过滤器.
-
字段概要
从类继承的字段 ch.qos.logback.core.spi.ContextAwareBase
context -
构造器概要
构造器 -
方法概要
从类继承的方法 ch.qos.logback.core.filter.Filter
getName, isStarted, setName, start, stop从类继承的方法 ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
构造器详细资料
-
MarkerAppenderFilter
public MarkerAppenderFilter()
-
-
方法详细资料
-
setMarker
接收XML中的配置多个以逗号分隔
- 参数:
markerStr-
-
decide
public ch.qos.logback.core.spi.FilterReply decide(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent) - 指定者:
decide在类中ch.qos.logback.core.filter.Filter<ch.qos.logback.classic.spi.ILoggingEvent>
-