Uses of Class
com.ecyrd.speed4j.log.Log

Packages that use Log
com.ecyrd.speed4j   
com.ecyrd.speed4j.log   
 

Uses of Log in com.ecyrd.speed4j
 

Methods in com.ecyrd.speed4j with parameters of type Log
static StopWatchFactory StopWatchFactory.getInstance(Log logger)
          Return new StopWatchFactory which uses the specified Log.
 

Constructors in com.ecyrd.speed4j with parameters of type Log
LoggingStopWatch(Log log, String tag, String message)
          Creates a LoggingStopWatch associated with the given Log.
StopWatchFactory(Log logger)
          Create a StopWatchFactory using the given Log.
 

Uses of Log in com.ecyrd.speed4j.log
 

Subclasses of Log in com.ecyrd.speed4j.log
 class PeriodicalLog
          A Periodical log which can also expose its attributes via JMX.
 class Slf4jLog
          A simple logger which does nothing except write the stopwatch data to the given SLF4J logger using Logger.info(String).
 



Copyright © 2011. All Rights Reserved.