|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Slf4JStopWatch
to use as your StopWatch implementation if the
SLF4J framework is your logging framework of choice.
See:
Description
Class Summary | |
---|---|
Slf4JStopWatch | This LoggingStopWatch uses an SLF4J Logger instance to persist the StopWatch messages. |
Provides a Slf4JStopWatch
to use as your StopWatch implementation if the
SLF4J framework is your logging framework of choice. Note that since SLF4J is just a thin
facade over an underlying logging implentation like log4j, java.util.logging or logback, you must still configure
that underlying framework. However, using a Slf4JStopWatch ensures that a SLF4J Logger instance will be used
to make the log calls.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |