fixed errorlog to text formatting
This commit is contained in:
@@ -109,13 +109,9 @@ Func_LogErrorsToTextFile(Text){
|
||||
|
||||
; ErrorLoggingFile := Filepath
|
||||
FormatTime, TodayDate , YYYYMMDDHH24MISS, yyyyMMdd_hhmmss
|
||||
text =
|
||||
(
|
||||
|
||||
---------------%TodayDate%---------------
|
||||
%Text%
|
||||
text =`n`n---------------%TodayDate%---------------`n%Text%
|
||||
|
||||
)
|
||||
FileAppend, %Text%, %ErrorLoggingFilePath%
|
||||
}
|
||||
; -------------------------------/LogErrorsToTextFile-------------------------------
|
||||
|
||||
Reference in New Issue
Block a user