Class LoggingExceptionHandler

java.lang.Object
net.luis.utils.logging.LoggingExceptionHandler
All Implemented Interfaces:
Thread.UncaughtExceptionHandler

public class LoggingExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Implementation of Thread.UncaughtExceptionHandler that logs uncaught exceptions.
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
      The logger for this class.
  • Constructor Details

    • LoggingExceptionHandler

      public LoggingExceptionHandler()
      Constructs a new logging exception handler.
  • Method Details