public static class Logger.LogLevel extends Object
This class is deprecated.
See Logger interface
for details.
Log level settings. The log level is provided to the Logger through
the Logger.setLogLevel(int)
method.
Constant Summary
| int | ERROR | |
| int | INFO | |
| int | VERBOSE | |
| int | WARNING |
Public Constructor Summary
|
LogLevel()
|
Inherited Method Summary
Constants
public static final int ERROR
Constant Value: 3
public static final int INFO
Constant Value: 1
public static final int VERBOSE
Constant Value: 0
public static final int WARNING
Constant Value: 2