Method SetLogFile
SetLogFile(string, bool)
set the path of the log file
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetLogFile(string path, bool keepHistory = false)
Parameters
Type | Name | Description |
---|---|---|
string | path | Path of the log file |
bool | keepHistory | Keep session log history in new log file. |