org.ofbiz.base.util
Class NotifyLevel

java.lang.Object
  extended by Level
      extended by org.ofbiz.base.util.NotifyLevel

public class NotifyLevel
extends Level

NotifyLevel


Field Summary
static Level notify
           
static Level NOTIFY
           
static int NOTIFY_INT
           
 
Constructor Summary
NotifyLevel(int level, java.lang.String levelStr, int syslogEquivalent)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFY_INT

public static final int NOTIFY_INT

NOTIFY

public static final Level NOTIFY

notify

public static final Level notify
Constructor Detail

NotifyLevel

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