Gseos.LogReload
Previous
Top
Next
LogReload(strLogFile)
The log file window is updated with the contents of the file from disk. This is useful when the contents have been changed from another process.
Parameter
Description
strLogFile
The file name of the log file to reload.
Returns
None
Example
Reload the log file from the previous example:
Gseos.LogReload('testprotocol.log')