类 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.spi.FilterReply
    decide(ch.qos.logback.classic.spi.ILoggingEvent loggingEvent)
     
    void
    setMarker(String markerStr)
    接收XML中的配置

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • MarkerAppenderFilter

      public MarkerAppenderFilter()
  • 方法详细资料

    • setMarker

      public void setMarker(String markerStr)
      接收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>