org.opensaml.log
Class Level

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.opensaml.log.Level
All Implemented Interfaces:
java.io.Serializable

public class Level
extends org.apache.log4j.Level

Critical logging level for items that are not errors but still important.

See Also:
Serialized Form

Field Summary
static Level CRITICAL
          Critical logging level.
static int CRITICAL_INT
          Integer representation of logging level.
 
Fields inherited from class org.apache.log4j.Level
ALL, DEBUG, ERROR, FATAL, INFO, OFF, TRACE, TRACE_INT, WARN
 
Fields inherited from class org.apache.log4j.Priority
ALL_INT, DEBUG_INT, ERROR_INT, FATAL_INT, INFO_INT, OFF_INT, WARN_INT
 
Constructor Summary
protected Level()
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.log4j.Level
toLevel, toLevel, toLevel, toLevel
 
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CRITICAL_INT

public static final int CRITICAL_INT
Integer representation of logging level.

See Also:
Constant Field Values

CRITICAL

public static final Level CRITICAL
Critical logging level.

Constructor Detail

Level

protected Level()
Constructor.