类 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.core.spi.ContextAwareBase
context -
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
-
构造器详细资料
-
WorkEnvIfNestedWithinSecondPhaseElementSanityChecker
public WorkEnvIfNestedWithinSecondPhaseElementSanityChecker()
-
-
方法详细资料
-
check
public void check(ch.qos.logback.core.model.Model model) - 指定者:
check在接口中ch.qos.logback.core.joran.sanity.SanityChecker
-