Uses of Class
org.apache.logging.log4j.core.async.RingBufferLogEvent
-
Packages that use RingBufferLogEvent Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of RingBufferLogEvent in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with parameters of type RingBufferLogEvent Modifier and Type Method Description voidAsyncLogger. actualAsyncLog(RingBufferLogEvent event)This method is called by the EventHandler that processes the RingBufferLogEvent in a separate thread.voidRingBufferLogEventHandler. onEvent(RingBufferLogEvent event, long sequence, boolean endOfBatch)voidAsyncLogger. translateTo(RingBufferLogEvent event, long sequence, java.lang.Object... args)voidRingBufferLogEventTranslator. translateTo(RingBufferLogEvent event, long sequence)
-