mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 11:54:36 +01:00
add proper logger, saves to file as well
This commit is contained in:
13
AscNet.Logging/LogLevel.cs
Normal file
13
AscNet.Logging/LogLevel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace AscNet.Logging
|
||||
{
|
||||
public enum LogLevel : byte
|
||||
{
|
||||
OFF = 0,
|
||||
FATAL = 8,
|
||||
ERROR = 16,
|
||||
WARN = 32,
|
||||
INFO = 64,
|
||||
DEBUG = 128,
|
||||
ALL = 255
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user