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