Package org.perf4j.log4j.aop

Defines the concrete aspect classes used to inject timing code around methods that have been marked with the Profiled annotation.

See:
          Description

Class Summary
TimingAspect This TimingAspect implementation uses Log4j to persist StopWatch log messages at the info level.
 

Package org.perf4j.log4j.aop Description

Defines the concrete aspect classes used to inject timing code around methods that have been marked with the Profiled annotation. To enable the aspects you must use AspectJ or Spring AOP.

See Also:
The Perf4J Developer Guide AOP Overview, ajc, the AspectJ compiler/weaver, Load-Time Weaving with AspectJ, Spring AOP


Copyright © 2008 perf4j.org. All Rights Reserved.