Package zombie.core.logger
Class ExceptionLogger
java.lang.Object
zombie.core.logger.ExceptionLogger
public final class ExceptionLogger
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ExceptionLogger() -
Method Summary
Modifier and Type Method Description static voidlogException(java.lang.Throwable throwable)static voidlogException(java.lang.Throwable throwable, java.lang.String string)static voidlogException(java.lang.Throwable throwable, java.lang.String string, DebugLogStream debugLogStream, LogSeverity logSeverity)static voidrender()static voidshowPopup()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) -
logException
public static void logException(java.lang.Throwable throwable, java.lang.String string) -
logException
public static void logException(java.lang.Throwable throwable, java.lang.String string, DebugLogStream debugLogStream, LogSeverity logSeverity) -
showPopup
public static void showPopup() -
render
public static void render()
-