org.glite.lb
Class Level
java.lang.Object
org.glite.lb.Level
public class Level
- extends java.lang.Object
This class represents logging level for events.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LEVEL_UNDEFINED
public static final Level LEVEL_UNDEFINED
LEVEL_EMERGENCY
public static final Level LEVEL_EMERGENCY
LEVEL_ALERT
public static final Level LEVEL_ALERT
LEVEL_ERROR
public static final Level LEVEL_ERROR
LEVEL_WARNING
public static final Level LEVEL_WARNING
LEVEL_AUTH
public static final Level LEVEL_AUTH
LEVEL_SECURITY
public static final Level LEVEL_SECURITY
LEVEL_USAGE
public static final Level LEVEL_USAGE
LEVEL_SYSTEM
public static final Level LEVEL_SYSTEM
LEVEL_IMPORTANT
public static final Level LEVEL_IMPORTANT
LEVEL_DEBUG
public static final Level LEVEL_DEBUG
getInt
public int getInt()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object