Uses of Class
org.apache.logging.log4j.core.async.RingBufferLogEvent
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
-
Uses of RingBufferLogEvent in org.apache.logging.log4j.core.async
Modifier and TypeMethodDescriptionvoid
AsyncLogger.actualAsyncLog
(RingBufferLogEvent event) This method is called by the EventHandler that processes the RingBufferLogEvent in a separate thread.void
AsyncLogger.translateTo
(RingBufferLogEvent event, long sequence, Object... args) void
RingBufferLogEventTranslator.translateTo
(RingBufferLogEvent event, long sequence)