Skip to content

Commit

Permalink
Update src/ConsoleLogger.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ingvar Stepanyan <[email protected]>
  • Loading branch information
SteveBoytsun and RReverser authored Sep 23, 2024
1 parent 24aa691 commit d097a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConsoleLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum LogLevel
Warning = 8,
Error = 16,
Exception = 32,
All = Debug | Trace | Info | Warning | Error | Exception
All = ~0
}
LogLevel _logLevel;

Expand Down

0 comments on commit d097a68

Please sign in to comment.