Saves the current log.
Namespace:
SmartBear.TestLeft
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public void Save(
string path,
LogFormat format
)
Public Sub Save (
path As String,
format As LogFormat
)
Dim instance As Log
Dim path As String
Dim format As LogFormat
instance.Save(path, format)
public:
void Save(
String^ path,
LogFormat format
)
Parameters
- path
- Type: SystemString
The location where the log will be saved. - format
- Type: SmartBear.TestLeftLogFormat
The format to use for the log: HTML (0) or MHT (1).
See Also