Class AsyncQueueFullMessageUtil
- java.lang.Object
-
- org.apache.logging.log4j.core.async.AsyncQueueFullMessageUtil
-
public final class AsyncQueueFullMessageUtil extends Object
Consider this class private.Logs a warning to the
StatusLogger
when events are logged out of order to avoid deadlocks.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
logWarningToStatusLogger()
Logs a warning to theStatusLogger
explaining why a message appears out of order in the appender.
-
-
-
Method Detail
-
logWarningToStatusLogger
public static void logWarningToStatusLogger()
Logs a warning to theStatusLogger
explaining why a message appears out of order in the appender.
-
-