Class AsyncLoggerConfigDefaultExceptionHandler
java.lang.Object
org.apache.logging.log4j.async.logger.internal.AbstractAsyncExceptionHandler<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
org.apache.logging.log4j.async.logger.internal.AsyncLoggerConfigDefaultExceptionHandler
- All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
,AsyncLoggerConfigExceptionHandler
public class AsyncLoggerConfigDefaultExceptionHandler
extends AbstractAsyncExceptionHandler<AsyncLoggerConfigDisruptor.Log4jEventWrapper>
implements AsyncLoggerConfigExceptionHandler
Default disruptor exception handler for errors that occur in the AsyncLogger background thread.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.logging.log4j.async.logger.internal.AbstractAsyncExceptionHandler
handleEventException, handleOnShutdownException, handleOnStartException
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.lmax.disruptor.ExceptionHandler
handleEventException, handleOnShutdownException, handleOnStartException
-
Constructor Details
-
AsyncLoggerConfigDefaultExceptionHandler
public AsyncLoggerConfigDefaultExceptionHandler()
-