org.jboss.logbridge
Class TargetLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.jboss.logbridge.TargetLevel
All Implemented Interfaces:
java.io.Serializable

public final class TargetLevel
extends org.apache.log4j.Level

See Also:
Serialized Form

Field Summary
 
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
TargetLevel(int level, java.lang.String levelStr, int syslogEquivalent)
          Instantiate a Level object.
 
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
 

Constructor Detail

TargetLevel

public TargetLevel(int level,
                   java.lang.String levelStr,
                   int syslogEquivalent)
Instantiate a Level object.



Copyright © 2009. All Rights Reserved.