diff --git a/.vs/LogWriter.git/v16/.suo b/.vs/LogWriter.git/v16/.suo index e5f904a..3b74d29 100644 Binary files a/.vs/LogWriter.git/v16/.suo and b/.vs/LogWriter.git/v16/.suo differ diff --git a/LogWriter/LogWriter.cs b/LogWriter/LogWriter.cs index afcf0c7..b10585d 100644 --- a/LogWriter/LogWriter.cs +++ b/LogWriter/LogWriter.cs @@ -488,6 +488,9 @@ namespace Eugen.ESystem.IO /// private DateTime time; + /// + /// Stores the milliseconds of the post time of the message + /// private int millisecond; ///