[FIX] Greatly improved Logger Performance & Design
This commit is contained in:
parent
52dcf19479
commit
2ec5d4ff71
3 changed files with 95 additions and 117 deletions
|
|
@ -15,13 +15,13 @@ public class LoggerObjects
|
|||
|
||||
public enum LogLevel
|
||||
{
|
||||
NONE,
|
||||
FATAL,
|
||||
ERROR,
|
||||
WARN,
|
||||
INFO,
|
||||
DEBUG,
|
||||
DEBUG2,
|
||||
TRACE,
|
||||
NONE
|
||||
TRACE
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue