issrg.log
Class ISSRGLevel

java.lang.Object
  extended by Level
      extended by issrg.log.ISSRGLevel

public class ISSRGLevel
extends Level


Field Summary
static ISSRGLevel ENGINEERING
           
static int ENGINEERING_INT
           
 
Constructor Summary
protected ISSRGLevel(int level, java.lang.String strLevel, int syslogEquiv)
           
 
Method Summary
static Level toLevel(int i)
           
static Level toLevel(java.lang.String sArg)
           
static Level toLevel(java.lang.String sArg, Level defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENGINEERING_INT

public static final int ENGINEERING_INT

ENGINEERING

public static final ISSRGLevel ENGINEERING
Constructor Detail

ISSRGLevel

protected ISSRGLevel(int level,
                     java.lang.String strLevel,
                     int syslogEquiv)
Method Detail

toLevel

public static Level toLevel(java.lang.String sArg)

toLevel

public static Level toLevel(java.lang.String sArg,
                            Level defaultValue)

toLevel

public static Level toLevel(int i)
                     throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException