Package edu.wisc.game.util
Class Logging
- java.lang.Object
-
- edu.wisc.game.util.Logging
-
public class Logging extends Object
Methods used by CHEETA to log warning and error messages. These methdos are simply wrappers around the respective methods of java.util.logging.Logging.
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(String msg)static voiderror(String msg)static voidinfo(String msg)static voidsetLevel(Level newLevel)static voidsetVerbose(boolean v)static voidwarning(String msg)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-