org.ofbiz.base.util
Class NotifyLevel

java.lang.Object
  extended by org.apache.log4j.Priority
      extended by org.apache.log4j.Level
          extended by org.ofbiz.base.util.NotifyLevel
All Implemented Interfaces:
java.io.Serializable

public class NotifyLevel
extends org.apache.log4j.Level

NotifyLevel

See Also:
Serialized Form

Field Summary
static org.apache.log4j.Level notify
           
static org.apache.log4j.Level NOTIFY
           
static int NOTIFY_INT
           
 
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
NotifyLevel(int level, java.lang.String levelStr, int syslogEquivalent)
           
 
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

NOTIFY_INT

public static final int NOTIFY_INT
See Also:
Constant Field Values

NOTIFY

public static final org.apache.log4j.Level NOTIFY

notify

public static final org.apache.log4j.Level notify
Constructor Detail

NotifyLevel

public NotifyLevel(int level,
                   java.lang.String levelStr,
                   int syslogEquivalent)