Uses of Interface
com.metamatrix.core.log.Logger

Packages that use Logger
com.metamatrix.core.log   
com.metamatrix.core.util   
com.metamatrix.soap.log   
 

Uses of Logger in com.metamatrix.core.log
 

Classes in com.metamatrix.core.log that implement Logger
 class NullLogger
          Implementation of Logger that does nothing.
 

Uses of Logger in com.metamatrix.core.util
 

Methods in com.metamatrix.core.util with parameters of type Logger
static void Stopwatch.logTimedMessage(java.lang.String message, long time, Logger log)
          Logs a message containing a time increment in milliseconds and a messages describing the operation or context that the time relates to.
 void Stopwatch.stopLogIncrementAndRestart(java.lang.String message, Logger log)
          This convience method stops the current stopwatch, logs a message containing the resulting time increment/duration and restarts the stopwatch.
 

Uses of Logger in com.metamatrix.soap.log
 

Classes in com.metamatrix.soap.log that implement Logger
 class MMSOAPLog
          MMSOAPLog
 



Copyright © 2009. All Rights Reserved.