Package org.indiumstudios.keylib
Class Debug
java.lang.Object
org.indiumstudios.keylib.Debug
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLogs a message with the word DEBUG by it.static voidPrints debug info about Keylib.
-
Field Details
-
debugOn
public static boolean debugOn
-
-
Method Details
-
log
Logs a message with the word DEBUG by it.- Parameters:
x- The thing that is to be logged.
-
printDebugInfo
public static void printDebugInfo()Prints debug info about Keylib.
-