- prefix - Static variable in class Debug
-
Define prefix of flag to turn on debugging
- printf(String, Object...) - Static method in class Debug
-
Print a message if the variable Debug.debugLevel is non-zero.
- printf(int, String, Object...) - Static method in class Debug
-
Print a message if the parameter level is less than or equal to
debugLevel.
- printIt(String, Object...) - Static method in class Debug
-
Print the output prefix "DEBUG fileName[lineNumber] methodName"
- ps - Static variable in class Debug
-
A variable to allow debug output to go someplace other than
System.err.