类 NacosClientPropertyModelAction

  • 所有已实现的接口:
    ch.qos.logback.core.spi.ContextAware

    public class NacosClientPropertyModelAction
    extends ch.qos.logback.core.joran.action.BaseModelAction
    Logback model action to support tags.

    Move from https://github.com/nacos-grorp/logback-adapter

    从以下版本开始:
    2.4.0
    作者:
    hujun, xiweng.yy
    • 字段概要

      • 从类继承的字段 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
    • 构造器详细资料

      • NacosClientPropertyModelAction

        public NacosClientPropertyModelAction()
    • 方法详细资料

      • 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