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 void
debug(String msg)
static void
error(String msg)
static void
info(String msg)
static void
setLevel(Level newLevel)
static void
setVerbose(boolean v)
static void
warning(String msg)
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-