chore: added debug entry for logs

This commit is contained in:
2026-04-14 10:07:51 +03:00
parent 7e7b910dd3
commit 3295701664
5 changed files with 21 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ public interface ILogger
enum Level
{
Trace,
Debug,
Info,
Warning,
Error,