|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log4JStopWatch | |
---|---|
org.perf4j.log4j | Provides the log4j appenders that can be used to automatically aggregate and analyze
StopWatch timing statements logged to an org.apache.log4j.Logger. |
org.perf4j.log4j.aop | Defines the concrete aspect class used to inject timing code around methods that have been marked with the
Profiled annotation. |
Uses of Log4JStopWatch in org.perf4j.log4j |
---|
Methods in org.perf4j.log4j that return Log4JStopWatch | |
---|---|
Log4JStopWatch |
Log4JStopWatch.clone()
|
Log4JStopWatch |
Log4JStopWatch.setExceptionPriority(Level exceptionPriority)
Sets the Level at which log statements will be made when one of the stop or lap methods that DOES take an exception is called. |
Log4JStopWatch |
Log4JStopWatch.setLogger(Logger logger)
Sets the log4j Logger used to persist StopWatch instances. |
Log4JStopWatch |
Log4JStopWatch.setMessage(String message)
|
Log4JStopWatch |
Log4JStopWatch.setNormalAndSlowSuffixesEnabled(boolean normalAndSlowSuffixesEnabled)
|
Log4JStopWatch |
Log4JStopWatch.setNormalPriority(Level normalPriority)
Sets the Level at which log statements will be made when one of the stop or lap methods that does NOT take an exception is called. |
Log4JStopWatch |
Log4JStopWatch.setNormalSuffix(String normalSuffix)
|
Log4JStopWatch |
Log4JStopWatch.setSlowSuffix(String slowSuffix)
|
Log4JStopWatch |
Log4JStopWatch.setTag(String tag)
|
Log4JStopWatch |
Log4JStopWatch.setTimeThreshold(long timeThreshold)
|
Uses of Log4JStopWatch in org.perf4j.log4j.aop |
---|
Methods in org.perf4j.log4j.aop that return Log4JStopWatch | |
---|---|
protected Log4JStopWatch |
TimingAspect.newStopWatch(String loggerName,
String levelName)
|
protected Log4JStopWatch |
EjbTimingAspect.newStopWatch(String loggerName,
String levelName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |