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 ex)  
    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 ex)
    • showPopup

      public static void showPopup()
    • render

      public static void render()