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