@Deprecated public final class LoggingThreadUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
Modifier and Type | Method and Description |
---|---|
static Thread.UncaughtExceptionHandler |
toLogger(Logger logger)
Deprecated.
Factory method to obtain an instance of this bound to the passed slf4j Logger.
|
void |
uncaughtException(Thread thread,
Throwable throwable)
Deprecated.
|
public static Thread.UncaughtExceptionHandler toLogger(Logger logger)
public void uncaughtException(Thread thread, Throwable throwable)
uncaughtException
in interface Thread.UncaughtExceptionHandler
Copyright © 2020 OpenDaylight. All rights reserved.