Thread-safe Logger (backported from MagickUtils)

This commit is contained in:
N00MKRAD
2021-05-09 14:48:41 +02:00
parent 0ed0ca91a4
commit 1983e33778
2 changed files with 51 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ namespace Flowframes
IOUtils.DeleteContentsOfDir(Paths.GetLogPath()); // Clear out older logs from previous session
Networks.Init();
Task.Run(() => Logger.Run());
Task.Run(() => DiskSpaceCheckLoop());
Application.EnableVisualStyles();