Gseos.LogSave
Previous  Top  Next

LogSave(strLogFile)

Save the log file to disk. The log file is not written to file with every Log() update but when the window is closed. In order to access the log contents from outside the application you have to save it.

ParameterDescription     
strLogFileThe file name of the log file. The default extension for log files is *.log.     

Returns
None

Example
Save the log file from the previous example:

Gseos.LogSave('testprotocol.log')