Uses of Interface
org.apache.logging.log4j.core.config.LocationAwareReliabilityStrategy
Packages that use LocationAwareReliabilityStrategy
-
Uses of LocationAwareReliabilityStrategy in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config that implement LocationAwareReliabilityStrategyModifier and TypeClassDescriptionclassReliabilityStrategy that counts the number of threads that have started to log an event but have not completed yet, and waits for these threads to finish before allowing the appenders to be stopped.classReliability strategy that sleeps unconditionally for some time before allowing a Configuration to be stopped.classReliability strategy that assumes reconfigurations will never take place.classReliabilityStrategy that uses read/write locks to prevent the LoggerConfig from stopping while it is in use.