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