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