org.edg.data.reptor.analysis
Class TimingLevel

java.lang.Object
  extended byorg.apache.log4j.Priority
      extended byorg.apache.log4j.Level
          extended byorg.edg.data.reptor.analysis.TimingLevel

public class TimingLevel
extends org.apache.log4j.Level

Docu

Version:
$Id: TimingLevel.java,v 1.1 2003/10/15 14:35:25 jamesc Exp $
Author:
Gavin McCance

Field Summary
static org.apache.log4j.Level TIMING
          The TIMING level designates designates timing performance information.
static int TIMING_INT
           
 
Fields inherited from class org.apache.log4j.Level
ALL, 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 TimingLevel(int level, java.lang.String levelStr, int syslogEquivalent)
           
 
Method Summary
static org.apache.log4j.Level toLevel(java.lang.String s, org.apache.log4j.Level l)
           
 
Methods inherited from class org.apache.log4j.Level
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

TIMING

public static final org.apache.log4j.Level TIMING
The TIMING level designates designates timing performance information.


TIMING_INT

public static final int TIMING_INT
See Also:
Constant Field Values
Constructor Detail

TimingLevel

protected TimingLevel(int level,
                      java.lang.String levelStr,
                      int syslogEquivalent)
Method Detail

toLevel

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