Uses of Interface
ch.qos.logback.core.util.ReentryGuard
-
Packages that use ReentryGuard Package Description ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of ReentryGuard in ch.qos.logback.core
Methods in ch.qos.logback.core that return ReentryGuard Modifier and Type Method Description protected ReentryGuardConsoleAppender. buildReentryGuard()Create a ThreadLocal ReentryGuard to prevent recursive appender invocations.protected ReentryGuardUnsynchronizedAppenderBase. buildReentryGuard()Create aReentryGuardinstance used by this appender to prevent recursive/re-entrant calls toUnsynchronizedAppenderBase.doAppend(Object). -
Uses of ReentryGuard in ch.qos.logback.core.util
Classes in ch.qos.logback.core.util that implement ReentryGuard Modifier and Type Class Description static classReentryGuard.NOPRentryGuardNo-op implementation that never locks.static classReentryGuard.ReentryGuardImplDefault per-thread implementation backed by aThreadLocal.Methods in ch.qos.logback.core.util that return ReentryGuard Modifier and Type Method Description static ReentryGuardReentryGuardFactory. makeGuard(ReentryGuardFactory.GuardType guardType)Create aReentryGuardfor the givenReentryGuardFactory.GuardType.
-