Class AsyncLoggerConfigDisruptor.Log4jEventWrapper

java.lang.Object
org.apache.logging.log4j.core.async.AsyncLoggerConfigDisruptor.Log4jEventWrapper
Enclosing class:
AsyncLoggerConfigDisruptor

public static class AsyncLoggerConfigDisruptor.Log4jEventWrapper extends Object
RingBuffer events contain all information necessary to perform the work in a separate thread.
  • Constructor Details

    • Log4jEventWrapper

      public Log4jEventWrapper()
    • Log4jEventWrapper

      public Log4jEventWrapper(MutableLogEvent mutableLogEvent)
  • Method Details

    • clear

      public void clear()
      Release references held by ring buffer to allow objects to be garbage-collected.
    • toString

      public String toString()
      Overrides:
      toString in class Object