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