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 Summary
Constructors Constructor Description Log4jEventWrapper()
Log4jEventWrapper(MutableLogEvent mutableLogEvent)
-
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.String
toString()
-
-
-
Constructor Detail
-
Log4jEventWrapper
public Log4jEventWrapper()
-
Log4jEventWrapper
public Log4jEventWrapper(MutableLogEvent mutableLogEvent)
-
-