类 WorkEnvIfNestedWithinSecondPhaseElementSanityChecker

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
com.tlcsdm.core.logging.logback.WorkEnvIfNestedWithinSecondPhaseElementSanityChecker
所有已实现的接口:
ch.qos.logback.core.joran.sanity.SanityChecker, ch.qos.logback.core.spi.ContextAware

public class WorkEnvIfNestedWithinSecondPhaseElementSanityChecker extends ch.qos.logback.core.spi.ContextAwareBase implements ch.qos.logback.core.joran.sanity.SanityChecker
SanityChecker to ensure that workEnv elements are not nested within second-phase elements.
作者:
unknowIfGuestInDream
另请参阅:
  • 引用无效
    ch.qos.logback.classic.joran.sanity.IfNestedWithinSecondPhaseElementSC
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final List<Class<? extends ch.qos.logback.core.model.Model>>
     

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

    context
  • 构造器概要

    构造器
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    check(ch.qos.logback.core.model.Model model)
     

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

    从接口继承的方法 ch.qos.logback.core.joran.sanity.SanityChecker

    deepFindAllModelsOfType, deepFindNestedSubModelsOfType
  • 字段详细资料

    • SECOND_PHASE_TYPES

      private static final List<Class<? extends ch.qos.logback.core.model.Model>> SECOND_PHASE_TYPES
  • 构造器详细资料

    • WorkEnvIfNestedWithinSecondPhaseElementSanityChecker

      public WorkEnvIfNestedWithinSecondPhaseElementSanityChecker()
  • 方法详细资料

    • check

      public void check(ch.qos.logback.core.model.Model model)
      指定者:
      check 在接口中 ch.qos.logback.core.joran.sanity.SanityChecker