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()
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)
© Copyright IBM Corp. 2012. All rights reserved.