Enum ReentryGuardFactory.GuardType

java.lang.Object
java.lang.Enum<ReentryGuardFactory.GuardType>
ch.qos.logback.core.util.ReentryGuardFactory.GuardType
All Implemented Interfaces:
Serializable, Comparable<ReentryGuardFactory.GuardType>
Enclosing class:
ReentryGuardFactory

Types of guards that can be produced by this factory. THREAD_LOCAL - returns a ReentryGuard.ReentryGuardImpl backed by a ThreadLocal. NOP - returns a ReentryGuard.NOPRentryGuard which never locks.