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 voidlogException(java.lang.Throwable throwable)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) - 
showPopup
public static void showPopup() - 
render
public static void render() 
 -