mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-18 17:37:48 +01:00
Thread-safe Logger (backported from MagickUtils)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user