Class AwaitCompletionReliabilityStrategy

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

public class AwaitCompletionReliabilityStrategy extends Object implements ReliabilityStrategy, LocationAwareReliabilityStrategy
ReliabilityStrategy 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.