Package zombie.core.logger
Class ExceptionLogger
java.lang.Object
zombie.core.logger.ExceptionLogger
public class ExceptionLogger
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ExceptionLogger()
-
Method Summary
Modifier and Type Method Description static void
logException(java.lang.Throwable throwable)
static void
render()
static void
showPopup()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExceptionLogger
public ExceptionLogger()
-
-
Method Details
-
logException
public static void logException(java.lang.Throwable throwable) -
showPopup
public static void showPopup() -
render
public static void render()
-