Class AsyncLoggerDefaultExceptionHandler
java.lang.Object
org.apache.logging.log4j.core.async.AbstractAsyncExceptionHandler<RingBufferLogEvent>
org.apache.logging.log4j.core.async.AsyncLoggerDefaultExceptionHandler
- All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<RingBufferLogEvent>
public class AsyncLoggerDefaultExceptionHandler
extends AbstractAsyncExceptionHandler<RingBufferLogEvent>
Default disruptor exception handler for errors that occur in the AsyncLogger background thread.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.logging.log4j.core.async.AbstractAsyncExceptionHandler
handleEventException, handleOnShutdownException, handleOnStartException
-
Constructor Details
-
AsyncLoggerDefaultExceptionHandler
public AsyncLoggerDefaultExceptionHandler()
-