Package org.perf4j.slf4j

Provides a 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.
 

Package org.perf4j.slf4j Description

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.

See Also:
Simple Logging Facade for Java


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