Package org.perf4j.commonslog

Provides a CommonsLogStopWatch to use as your StopWatch implementation if the Apache Commons Logging framework is your logging framework of choice.

See:
          Description

Class Summary
CommonsLogStopWatch This LoggingStopWatch uses an Apache Commons Logging Log instance to persist the StopWatch messages.
 

Package org.perf4j.commonslog Description

Provides a CommonsLogStopWatch to use as your StopWatch implementation if the Apache Commons Logging framework is your logging framework of choice. Note that since Commons Logging is just a thin facade over an underlying logging implentation like log4j or java.util.logging, you must still configure that underlying framework. However, using a CommonsLogStopWatch ensures that a Commons Logging Log instance will be used to make the log calls.

See Also:
Apache Commons Logging


Copyright © 2008-2009 perf4j.org. All Rights Reserved.