Reformatting code

This commit is contained in:
2023-11-21 22:04:38 +02:00
parent 79ecff971b
commit 944d59d9a3
37 changed files with 509 additions and 486 deletions

View File

@@ -5,11 +5,10 @@ namespace PluginManager.Interfaces.Logger;
internal interface ILog
{
string Message { get; set; }
string OutputFile { get; set; }
string Message { get; set; }
Type? Source { get; set; }
LogType Type { get; set; }
LogType Type { get; set; }
DateTime ThrowTime { get; set; }
}