org.glite.lb
Class Level

java.lang.Object
  extended by org.glite.lb.Level

public class Level
extends java.lang.Object

This class represents logging level for events.


Field Summary
static Level LEVEL_ALERT
           
static Level LEVEL_AUTH
           
static Level LEVEL_DEBUG
           
static Level LEVEL_EMERGENCY
           
static Level LEVEL_ERROR
           
static Level LEVEL_IMPORTANT
           
static Level LEVEL_SECURITY
           
static Level LEVEL_SYSTEM
           
static Level LEVEL_UNDEFINED
           
static Level LEVEL_USAGE
           
static Level LEVEL_WARNING
           
 
Method Summary
 int getInt()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

getInt

public int getInt()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object