Class Slf4jUncaughtExceptionHandler
- java.lang.Object
-
- io.liftwizard.logging.slf4j.uncaught.exception.handler.Slf4jUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class Slf4jUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description Slf4jUncaughtExceptionHandler()
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread thread, Throwable throwable)
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
-