Uses of Class
org.apache.logging.log4j.core.async.DefaultAsyncQueueFullPolicy
-
Packages that use DefaultAsyncQueueFullPolicy Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of DefaultAsyncQueueFullPolicy in org.apache.logging.log4j.core.async
Subclasses of DefaultAsyncQueueFullPolicy in org.apache.logging.log4j.core.async Modifier and Type Class Description class
DiscardingAsyncQueueFullPolicy
Discarding router extends the DefaultAsyncQueueFullPolicy by first verifying if the queue is fuller than the specified threshold ratio; if this is the case, log events more specific than the specified threshold level are dropped.
-