Class LockingReliabilityStrategy

java.lang.Object
org.apache.logging.log4j.core.config.LockingReliabilityStrategy
All Implemented Interfaces:
LocationAwareReliabilityStrategy, ReliabilityStrategy

public class LockingReliabilityStrategy extends Object implements ReliabilityStrategy, LocationAwareReliabilityStrategy
ReliabilityStrategy that uses read/write locks to prevent the LoggerConfig from stopping while it is in use.