Class RingBufferLogEvent.Factory

java.lang.Object
org.apache.logging.log4j.core.async.RingBufferLogEvent.Factory
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<RingBufferLogEvent>
Enclosing class:
RingBufferLogEvent

private static class RingBufferLogEvent.Factory extends Object implements com.lmax.disruptor.EventFactory<RingBufferLogEvent>
Creates the events that will be put in the RingBuffer.
  • Constructor Details

    • Factory

      private Factory()
  • Method Details