类 WorkEnvAction

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.action.Action
ch.qos.logback.core.joran.action.BaseModelAction
com.tlcsdm.core.logging.logback.WorkEnvAction
所有已实现的接口:
ch.qos.logback.core.spi.ContextAware

public class WorkEnvAction extends ch.qos.logback.core.joran.action.BaseModelAction
Logback BaseModelAction for <workEnv> tags. Allows a section of a Logback configuration to only be enabled when a specific profile is active.
作者:
unknowIfGuestInDream
另请参阅:
  • 字段概要

    从类继承的字段 ch.qos.logback.core.joran.action.Action

    ACTION_CLASS_ATTRIBUTE, CLASS_ATTRIBUTE, FILE_ATTRIBUTE, KEY_ATTRIBUTE, NAME_ATTRIBUTE, PATTERN_ATTRIBUTE, SCOPE_ATTRIBUTE, VALUE_ATTRIBUTE

    从类继承的字段 ch.qos.logback.core.spi.ContextAwareBase

    context
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected ch.qos.logback.core.model.Model
    buildCurrentModel(ch.qos.logback.core.joran.spi.SaxEventInterpretationContext interpretationContext, String name, Attributes attributes)
     

    从类继承的方法 ch.qos.logback.core.joran.action.BaseModelAction

    begin, body, end, validPreconditions

    从类继承的方法 ch.qos.logback.core.joran.action.Action

    atLine, getColumnNumber, getLineColStr, getLineNumber, nearLine, toString

    从类继承的方法 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, wait, wait, wait
  • 构造器详细资料

    • WorkEnvAction

      public WorkEnvAction()
  • 方法详细资料

    • buildCurrentModel

      protected ch.qos.logback.core.model.Model buildCurrentModel(ch.qos.logback.core.joran.spi.SaxEventInterpretationContext interpretationContext, String name, Attributes attributes)
      指定者:
      buildCurrentModel 在类中 ch.qos.logback.core.joran.action.BaseModelAction