All Packages Class Hierarchy This Package Previous Next Index
Class buildtools.Logger
java.lang.Object
|
+----buildtools.Logger
- public class Logger
- extends Object
-
level
-
-
PRODUCT
-
-
Logger(String)
-
-
getLevel()
- Get the current logging level
-
log(String)
- Log a message with the lowest level.
-
log(String, int)
- Log a message with the specified level.
-
setLevel(int)
- Set the current logging level
level
private int level
PRODUCT
private String PRODUCT
Logger
public Logger(String product)
log
public void log(String log)
- Log a message with the lowest level.
log
public void log(String log,
int level)
- Log a message with the specified level.
setLevel
public void setLevel(int level)
- Set the current logging level
getLevel
public int getLevel()
- Get the current logging level
All Packages Class Hierarchy This Package Previous Next Index