Änderung

- Trennzeichen zwischen Zeit und Text von ':' auf '-' geändert
This commit is contained in:
Eugen Höglinger 2021-09-02 11:45:40 +02:00
parent 9d588f0959
commit 959fc54894
15 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -163,7 +163,7 @@ namespace Eugen.ESystem.IO
/// <summary>
/// Stores the message format
/// </summary>
private string messageFormat = "{0:T}.{1}: {2}";
private string messageFormat = "{0:T}.{1} - {2}";
#endregion
#region events

Binary file not shown.

Binary file not shown.

View File

@ -3,3 +3,4 @@ H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\LogWriter.git\LogWriter\bi
H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\LogWriter.git\LogWriter\bin\Debug\helogwri.pdb
H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\LogWriter.git\LogWriter\obj\Debug\helogwri.dll
H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\LogWriter.git\LogWriter\obj\Debug\helogwri.pdb
H:\Programmieren\Git-WorkRepository\VisualStudio\_DLL\LogWriter.git\LogWriter\obj\Debug\LogWriter.csproj.AssemblyReference.cache

Binary file not shown.

Binary file not shown.