iaik.tc.utils.logging
Class LogLevels
java.lang.Object
  
iaik.tc.utils.logging.LogLevels
public class LogLevels
- extends java.lang.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 java.lang.String | 
levelToString(short level)
 
          This method returns a String representation of the given log level. | 
 
| Methods inherited from class java.lang.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 java.lang.String levelToString(short level)
- This method returns a String representation of the given log level.