MS
This commit is contained in:
@@ -61,7 +61,7 @@ Public Class ClassLogger
|
||||
If ClassLogger.OpenFile Then
|
||||
Try
|
||||
If ACHTUNG Then
|
||||
ClassLogger.StreamWriter.WriteLine("#ERROR# (" & System.DateTime.Now & "): " & information)
|
||||
ClassLogger.StreamWriter.WriteLine(Now.ToString & " #ERROR# : " & information)
|
||||
If (information.Contains("Der Zugriff auf den Pfad")) Then
|
||||
|
||||
Else
|
||||
@@ -70,7 +70,7 @@ Public Class ClassLogger
|
||||
|
||||
|
||||
Else
|
||||
ClassLogger.StreamWriter.WriteLine(information)
|
||||
ClassLogger.StreamWriter.WriteLine(Now.ToString & " " & information)
|
||||
End If
|
||||
ClassLogger.CloseFile()
|
||||
Catch e As Exception
|
||||
|
||||
Reference in New Issue
Block a user