From 74ca9a3435f341c69d95ed0a00ec3015aab497e2 Mon Sep 17 00:00:00 2001 From: C9Glax Date: Thu, 5 May 2022 16:25:42 +0200 Subject: [PATCH] added space --- Logging/Logger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Logging/Logger.cs b/Logging/Logger.cs index 7f61613..5f6c24c 100644 --- a/Logging/Logger.cs +++ b/Logging/Logger.cs @@ -23,7 +23,7 @@ { if(type >= this.level) { - string header = string.Format("{0} {1} {2}:", DateTime.Now.ToLocalTime().ToShortDateString(), DateTime.Now.ToLocalTime().ToLongTimeString(), type.ToString()); + string header = string.Format("{0} {1} {2}: ", DateTime.Now.ToLocalTime().ToShortDateString(), DateTime.Now.ToLocalTime().ToLongTimeString(), type.ToString()); switch (this.logType) { case LogType.Console: