This commit is contained in:
2024-02-27 22:20:25 +02:00
parent a2179787b9
commit 3c3c6a1301
5 changed files with 24 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.IO;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using PluginManager.Interfaces.Logger;
@@ -31,6 +32,7 @@ public sealed class Logger: ILogger
IsEnabled = true;
LowestLogLevel = lowestLogLevel;
OutputFile = null;
}
public event EventHandler<Log>? OnLog;