Package zombie.debug

Class DebugLog

java.lang.Object
zombie.debug.DebugLog

public class DebugLog
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.util.HashSet Types  
  • Constructor Summary

    Constructors
    Constructor Description
    DebugLog()  
  • Method Summary

    Modifier and Type Method Description
    static void enableLog​(DebugType debugType, boolean boolean1)  
    static void log​(java.lang.Object object)  
    static void log​(java.lang.String string)  
    static void log​(DebugType debugType, java.lang.String string)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • Types

      public static java.util.HashSet Types
  • Constructor Details

    • DebugLog

      public DebugLog()
  • Method Details

    • log

      public static void log​(java.lang.String string)
    • log

      public static void log​(DebugType debugType, java.lang.String string)
    • enableLog

      public static void enableLog​(DebugType debugType, boolean boolean1)
    • log

      public static void log​(java.lang.Object object)