com.retek.commons.logging
Class RetekLevel

java.lang.Object
  extended byorg.apache.log4j.Priority
      extended byorg.apache.log4j.Level
          extended bycom.retek.commons.logging.RetekLevel

public class RetekLevel
extends org.apache.log4j.Level


Field Summary
static org.apache.log4j.Level ALL
           
static RetekLevel TIMING
           
static int TIMING_INT
           
 
Fields inherited from class org.apache.log4j.Level
DEBUG, ERROR, FATAL, INFO, OFF, 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
protected RetekLevel(int level, java.lang.String strLevel, int syslogEquiv)
           
 
Method Summary
static org.apache.log4j.Priority[] getAllPossiblePriorities()
          Deprecated.  
static org.apache.log4j.Level toLevel(int i)
           
static org.apache.log4j.Level toLevel(int i, org.apache.log4j.Level level)
           
static org.apache.log4j.Level toLevel(java.lang.String s)
           
static org.apache.log4j.Level toLevel(java.lang.String s, org.apache.log4j.Level defaultLevel)
           
static org.apache.log4j.Priority toPriority(int i)
           
static org.apache.log4j.Priority toPriority(int i, org.apache.log4j.Priority priority)
           
static org.apache.log4j.Priority toPriority(java.lang.String sArg)
          Deprecated.  
static org.apache.log4j.Priority toPriority(java.lang.String sArg, org.apache.log4j.Priority defaultPriority)
           
 
Methods inherited from class org.apache.log4j.Priority
equals, getSyslogEquivalent, isGreaterOrEqual, toInt, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TIMING_INT

public static final int TIMING_INT
See Also:
Constant Field Values

TIMING

public static final RetekLevel TIMING

ALL

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

RetekLevel

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

toPriority

public static org.apache.log4j.Priority toPriority(java.lang.String sArg)
Deprecated.  


toPriority

public static org.apache.log4j.Priority toPriority(int i)
                                            throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

toPriority

public static org.apache.log4j.Priority toPriority(int i,
                                                   org.apache.log4j.Priority priority)

toPriority

public static org.apache.log4j.Priority toPriority(java.lang.String sArg,
                                                   org.apache.log4j.Priority defaultPriority)

toLevel

public static org.apache.log4j.Level toLevel(java.lang.String s)

toLevel

public static org.apache.log4j.Level toLevel(int i)

toLevel

public static org.apache.log4j.Level toLevel(int i,
                                             org.apache.log4j.Level level)

toLevel

public static org.apache.log4j.Level toLevel(java.lang.String s,
                                             org.apache.log4j.Level defaultLevel)

getAllPossiblePriorities

public static org.apache.log4j.Priority[] getAllPossiblePriorities()
Deprecated.  



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28