Click or drag to resize

LogSave Method

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
)

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