Package zombie.core.logger
Class ExceptionLogger
java.lang.Object
zombie.core.logger.ExceptionLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
logException
(Throwable throwable) static void
logException
(Throwable throwable, String string) static void
logException
(Throwable throwable, String string, DebugLogStream debugLogStream, LogSeverity logSeverity) static void
render()
static void
-
Constructor Details
-
ExceptionLogger
public ExceptionLogger()
-
-
Method Details
-
logException
-
logException
-
logException
public static void logException(Throwable throwable, String string, DebugLogStream debugLogStream, LogSeverity logSeverity) -
showPopup
public static void showPopup() -
render
public static void render()
-