iaik.tc.utils.logging
Class LogLevels
Object
LogLevels
public class LogLevels
- extends Object
This class holds constants that represent the individual log levels.
|
Field Summary |
static short |
DEBUG
|
static short |
ERR
|
static short |
INFO
|
static short |
OFF
|
static short |
WARN
|
|
Method Summary |
static String |
levelToString(short level)
This method returns a String representation of the given log level. |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
public static final short DEBUG
- See Also:
- Constant Field Values
INFO
public static final short INFO
- See Also:
- Constant Field Values
WARN
public static final short WARN
- See Also:
- Constant Field Values
ERR
public static final short ERR
- See Also:
- Constant Field Values
OFF
public static final short OFF
- See Also:
- Constant Field Values
levelToString
public static String levelToString(short level)
- This method returns a String representation of the given log level.