Reads the content of a log file
Miscellaneous.au3 _LogRead() |
$sLogFile | Log file to read, if empty then file set by _LogFile is used |
string value | Content of log file, if empty log file is empty or not readable |
_LogSwitch, _LogIsOn, _LogFile, _LogWrite, _LogDelete
Local $sLog = _LogRead() ; read default log file to variable