|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |