-
public class ReactSoftExceptionLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
ReactSoftExceptionLogger.ReactSoftExceptionListener
-
Method Summary
Modifier and Type Method Description static void
addListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)
static void
removeListener(ReactSoftExceptionLogger.ReactSoftExceptionListener listener)
static void
clearListeners()
static void
logSoftExceptionVerbose(String category, Throwable cause)
static void
logSoftException(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)
-
-
-
-