Class AsyncLoggerConfigDisruptor.Log4jEventWrapper

  • Enclosing class:
    AsyncLoggerConfigDisruptor

    public static class AsyncLoggerConfigDisruptor.Log4jEventWrapper
    extends java.lang.Object
    RingBuffer events contain all information necessary to perform the work in a separate thread.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Release references held by ring buffer to allow objects to be garbage-collected.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Log4jEventWrapper

        public Log4jEventWrapper()
      • Log4jEventWrapper

        public Log4jEventWrapper​(MutableLogEvent mutableLogEvent)
    • Method Detail

      • clear

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object