|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaLogStopWatch | |
---|---|
org.perf4j.javalog | Provides a JavaLogStopWatch to use as your StopWatch implementation if the
java.util.logging framework is your logging framework of choice. |
org.perf4j.javalog.aop | Defines the concrete aspect class used to inject timing code around methods that have been marked with the
Profiled annotation. |
Uses of JavaLogStopWatch in org.perf4j.javalog |
---|
Methods in org.perf4j.javalog that return JavaLogStopWatch | |
---|---|
JavaLogStopWatch |
JavaLogStopWatch.clone()
|
JavaLogStopWatch |
JavaLogStopWatch.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. |
JavaLogStopWatch |
JavaLogStopWatch.setLogger(Logger logger)
Sets the java.util.logging Logger used to persist StopWatch instances. |
JavaLogStopWatch |
JavaLogStopWatch.setMessage(String message)
|
JavaLogStopWatch |
JavaLogStopWatch.setNormalAndSlowSuffixesEnabled(boolean normalAndSlowSuffixesEnabled)
|
JavaLogStopWatch |
JavaLogStopWatch.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. |
JavaLogStopWatch |
JavaLogStopWatch.setNormalSuffix(String normalSuffix)
|
JavaLogStopWatch |
JavaLogStopWatch.setSlowSuffix(String slowSuffix)
|
JavaLogStopWatch |
JavaLogStopWatch.setTag(String tag)
|
JavaLogStopWatch |
JavaLogStopWatch.setTimeThreshold(long timeThreshold)
|
Uses of JavaLogStopWatch in org.perf4j.javalog.aop |
---|
Methods in org.perf4j.javalog.aop that return JavaLogStopWatch | |
---|---|
protected JavaLogStopWatch |
TimingAspect.newStopWatch(String loggerName,
String levelName)
|
protected JavaLogStopWatch |
EjbTimingAspect.newStopWatch(String loggerName,
String levelName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |