Uses of Class
net.sf.seam.perf4j.SeamLoggerStopWatch.LoggingLevel

Uses of SeamLoggerStopWatch.LoggingLevel in net.sf.seam.perf4j
 

Fields in net.sf.seam.perf4j declared as SeamLoggerStopWatch.LoggingLevel
static SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.DEFAULT_EXCEPTION_PRIORITY
           
static SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.DEFAULT_NORMAL_PRIORITY
           
 

Methods in net.sf.seam.perf4j that return SeamLoggerStopWatch.LoggingLevel
 SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.getExceptionPriority()
           
 SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.getNormalPriority()
           
static SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.LoggingLevel.safeValueOf(String name, SeamLoggerStopWatch.LoggingLevel defaultLevel)
          Safe version of valueOf().
static SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.LoggingLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SeamLoggerStopWatch.LoggingLevel[] SeamLoggerStopWatch.LoggingLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.seam.perf4j with parameters of type SeamLoggerStopWatch.LoggingLevel
static SeamLoggerStopWatch.LoggingLevel SeamLoggerStopWatch.LoggingLevel.safeValueOf(String name, SeamLoggerStopWatch.LoggingLevel defaultLevel)
          Safe version of valueOf().
 

Constructors in net.sf.seam.perf4j with parameters of type SeamLoggerStopWatch.LoggingLevel
SeamLoggerStopWatch(org.jboss.seam.log.Log logger, SeamLoggerStopWatch.LoggingLevel normalPriority)
           
SeamLoggerStopWatch(org.jboss.seam.log.Log logger, SeamLoggerStopWatch.LoggingLevel normalPriority, SeamLoggerStopWatch.LoggingLevel exceptionPriority)
          Constructs StopWatch with given logger and given logging levels (priorities).
SeamLoggerStopWatch(SeamLoggerStopWatch.LoggingLevel normalPriority)
           
SeamLoggerStopWatch(SeamLoggerStopWatch.LoggingLevel normalPriority, SeamLoggerStopWatch.LoggingLevel exceptionPriority)
           
 



Copyright © 2010. All Rights Reserved.