Class ReentryGuardFactory

java.lang.Object
ch.qos.logback.core.util.ReentryGuardFactory

public class ReentryGuardFactory extends Object
Factory that creates ReentryGuard instances according to a requested type.

This class centralizes creation of the built-in guard implementations. Consumers can use the factory to obtain either a per-thread guard or a no-op guard depending on their needs.

Since:
1.5.21