IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core
Interface IRecorderLog


public interface IRecorderLog

An object used to log events by various recording framework components, including recording component delegates during their execution.

See Also:
IRecordingComponentContext.getLog()

Method Summary
 void logDebug(String msg)
           
 void logError(String msg)
           
 void logError(String msg, Throwable t)
           
 void logError(Throwable t)
           
 void logWarning(String msg)
           
 

Method Detail

logError

void logError(String msg)

logError

void logError(String msg,
              Throwable t)

logError

void logError(Throwable t)

logWarning

void logWarning(String msg)

logDebug

void logDebug(String msg)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.