mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 19:51:29 +00:00
Update debug levels
This commit is contained in:
parent
467b359d0c
commit
1ae69aa180
@ -28,9 +28,9 @@
|
||||
|
||||
namespace Logs{
|
||||
enum DebugLevel {
|
||||
General = 0, /* 0 - Low-Level general debugging, useful info on single line */
|
||||
Moderate, /* 1 - Informational based, used in functions, when particular things load */
|
||||
Detail, /* 2 - Use this for extreme detail in logging, usually in extreme debugging in the stack or interprocess communication */
|
||||
General = 1, /* 1 - Low-Level general debugging, useful info on single line */
|
||||
Moderate, /* 2 - Informational based, used in functions, when particular things load */
|
||||
Detail, /* 3 - Use this for extreme detail in logging, usually in extreme debugging in the stack or interprocess communication */
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user