|
|
@ -109,13 +109,9 @@ Func_LogErrorsToTextFile(Text){
|
|
|
|
|
|
|
|
|
|
|
|
; ErrorLoggingFile := Filepath
|
|
|
|
; ErrorLoggingFile := Filepath
|
|
|
|
FormatTime, TodayDate , YYYYMMDDHH24MISS, yyyyMMdd_hhmmss
|
|
|
|
FormatTime, TodayDate , YYYYMMDDHH24MISS, yyyyMMdd_hhmmss
|
|
|
|
text =
|
|
|
|
|
|
|
|
(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---------------%TodayDate%---------------
|
|
|
|
text =`n`n---------------%TodayDate%---------------`n%Text%
|
|
|
|
%Text%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
FileAppend, %Text%, %ErrorLoggingFilePath%
|
|
|
|
FileAppend, %Text%, %ErrorLoggingFilePath%
|
|
|
|
}
|
|
|
|
}
|
|
|
|
; -------------------------------/LogErrorsToTextFile-------------------------------
|
|
|
|
; -------------------------------/LogErrorsToTextFile-------------------------------
|
|
|
|