|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.perf4j.aop.AbstractTimingAspect
org.perf4j.log4j.aop.TimingAspect
public class TimingAspect
This TimingAspect implementation uses Log4j to persist StopWatch log messages at the info level.
Constructor Summary | |
---|---|
TimingAspect()
|
Method Summary | |
---|---|
protected void |
log(java.lang.String loggerName,
java.lang.String stopWatchString)
Subclasses must implement this method to persist the StopWatch logging message. |
Methods inherited from class org.perf4j.aop.AbstractTimingAspect |
---|
doPerfLogging, evaluateJexl, getStopWatchMessage, getStopWatchTag |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimingAspect()
Method Detail |
---|
protected void log(java.lang.String loggerName, java.lang.String stopWatchString)
AbstractTimingAspect
log
in class AbstractTimingAspect
loggerName
- This name identifies the logger to use to persist the log messagestopWatchString
- The StopWatch log to be saved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |