Package edu.wisc.game.util
Class Logging
java.lang.Object
edu.wisc.game.util.Logging
Methods used by CHEETA to log warning and error
messages. These methdos are simply wrappers around the respective
methods of java.util.logging.Logging.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
Logging
public Logging()
-
-
Method Details
-
error
-
warning
-
info
-
debug
-
setLevel
-
setVerbose
public static void setVerbose(boolean v)
-