Class ExceptionLogger
java.lang.Object
zombie.core.logger.ExceptionLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
logException
(Throwable ex, String errorMessage) static void
logException
(Throwable ex, String errorMessage, DebugLogStream out, LogSeverity severity) static void
render()
static void
-
Constructor Details
-
ExceptionLogger
public ExceptionLogger()
-
-
Method Details
-
logException
-
logException
-
logException
public static void logException(Throwable ex, String errorMessage, DebugLogStream out, LogSeverity severity) -
showPopup
public static void showPopup() -
render
public static void render()
-