IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.services.ISimpleLog

Packages that use ISimpleLog
com.rational.test.ft.services   
 

Uses of ISimpleLog in com.rational.test.ft.services
 

Subinterfaces of ISimpleLog in com.rational.test.ft.services
 interface ILog
          The log interface containing all log methods used by script playback.
 

Classes in com.rational.test.ft.services that implement ISimpleLog
 class ExecutionHistoryLog
          Controls output of log messages into a Hyades Execution History stream.
 class HTMLLog
          A simple log implementation that writes out the log messages in HTML format.
 class LogAdapter
          The base implementation of the log methods for script playback.
 class LogExtensionAdapter
          This is the base class for all Rational Functional Tester log extensions
 class NullLog
          NullLog: An implementation of the ILog interface that writes no log, for when the rt.write_log option is set to false.
 class SimpleLogAdapter
          The base implementation of the log interface.
 class TestScriptServicesLog
          This log implementation interfaces with the Test Script Services (TSS).
 class TextLog
          A simple log implementation that writes out the log messages in text format.