-
public class ReactSoftExceptionLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceReactSoftExceptionLogger.ReactSoftExceptionListener
-
Method Summary
Modifier and Type Method Description static voidaddListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)static voidremoveListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)static voidclearListeners()static voidlogSoftExceptionVerbose(String category, Throwable cause)static voidlogSoftException(String category, Throwable cause)-
-
Method Detail
-
addListener
static void addListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)
-
removeListener
static void removeListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)
-
clearListeners
static void clearListeners()
-
logSoftExceptionVerbose
static void logSoftExceptionVerbose(String category, Throwable cause)
-
logSoftException
static void logSoftException(String category, Throwable cause)
-
-
-
-