[FIX] Greatly improved Logger Performance & Design

This commit is contained in:
TheXorog 2022-04-29 19:36:57 +02:00
parent 52dcf19479
commit 2ec5d4ff71
Signed by untrusted user who does not match committer: Xorog
GPG key ID: 983798ED9C3E7C36
3 changed files with 95 additions and 117 deletions

View file

@ -15,13 +15,13 @@ public class LoggerObjects
public enum LogLevel
{
NONE,
FATAL,
ERROR,
WARN,
INFO,
DEBUG,
DEBUG2,
TRACE,
NONE
TRACE
}
}