| Package | Description |
|---|---|
| com.rational.test.ft.services |
| Modifier and Type | Class and Description |
|---|---|
class |
LogCancelledException
Exception that is threw out only if "Specify Log Information" dialog is cancelled
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LogExtensionAdapter.initLog()
The abstract method that needs to be overridden by the sub classes to initialize their custom logs
|
abstract void |
LogExtensionAdapter.initLog()
The abstract method that needs to be overridden by the sub classes to initialize their custom logs
|
void |
TextLog.initLog()
This method opens a log file with the specified name.
|
void |
NullLog.initLog()
This method opens a log file.
|
void |
HTMLLog.initLog()
This method opens an html file with the specified name.
|
void |
ExecutionHistoryLog.initLog()
This method opens an html file with the specified name.
|
void |
SimpleLogAdapter.open()
Opens the log
|