org.objectweb.util.monolog.wrapper.log4j
Class MonologCategory.OwPriority

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.objectweb.util.monolog.wrapper.log4j.MonologCategory.OwPriority
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MonologCategory

public static class MonologCategory.OwPriority
extends org.apache.log4j.Level

See Also:
Serialized Form

Field Summary
protected  int 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
MonologCategory.OwPriority(int l)
           
 
Method Summary
 boolean isGreaterOrEqual(org.apache.log4j.Priority pr)
           
 
Methods inherited from class org.apache.log4j.Level
toLevel, toLevel, toLevel, toLevel
 
Methods inherited from class org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, toInt, toPriority, toPriority, toPriority, toPriority, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

level

protected int level
Constructor Detail

MonologCategory.OwPriority

public MonologCategory.OwPriority(int l)
Method Detail

isGreaterOrEqual

public boolean isGreaterOrEqual(org.apache.log4j.Priority pr)
Overrides:
isGreaterOrEqual in class org.apache.log4j.Priority