@ThreadSafe public static class ThreadX.UncaughtExceptionLogger extends Object implements Thread.UncaughtExceptionHandler
Constructor and Description |
---|
ThreadX.UncaughtExceptionLogger(Level _loggingLevel)
Constructs an UncaughtExceptionLogger.
|
Modifier and Type | Method and Description |
---|---|
Level |
loggingLevel()
The level at which all uncaught exceptions and errors are logged.
|
void |
uncaughtException(Thread thread,
Throwable t) |
public ThreadX.UncaughtExceptionLogger(Level _loggingLevel)
loggingLevel()
public final Level loggingLevel()
public void uncaughtException(Thread thread, Throwable t)
uncaughtException
in interface Thread.UncaughtExceptionHandler