Merge branch 'main' into develop

# Conflicts:
#	Server/Logger/WebApplicationLogger.cs
This commit is contained in:
Alex
2025-02-09 18:04:46 +00:00
7 changed files with 38 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public class MockLogger<T> : ISptLogger<T>
Console.WriteLine(data);
}
public void WriteToLogFile(string body)
public void WriteToLogFile(string body, LogLevel level = LogLevel.Info)
{
throw new NotImplementedException();
}