fixed errorlog to text formatting
This commit is contained in:
@@ -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-------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user