Uses of Class
ch.qos.logback.core.util.ReentryGuardFactory.GuardType
-
Packages that use ReentryGuardFactory.GuardType Package Description ch.qos.logback.core.util Contains various utility classes. -
-
Uses of ReentryGuardFactory.GuardType in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that return ReentryGuardFactory.GuardType Modifier and Type Method Description static ReentryGuardFactory.GuardTypeReentryGuardFactory.GuardType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReentryGuardFactory.GuardType[]ReentryGuardFactory.GuardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.qos.logback.core.util with parameters of type ReentryGuardFactory.GuardType Modifier and Type Method Description static ReentryGuardReentryGuardFactory. makeGuard(ReentryGuardFactory.GuardType guardType)Create aReentryGuardfor the givenReentryGuardFactory.GuardType.
-