We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b955f44 commit c5d86c8Copy full SHA for c5d86c8
1 file changed
src/Logging/Logger.cs
@@ -12,7 +12,8 @@ public enum LogType
12
Chat,
13
Error,
14
Info,
15
- Warning
+ Warning,
16
+ Debug
17
}
18
19
/// <summary>
0 commit comments