mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
Convert MySQL Error logging to EQEmuLogSys and create MySQL Error category
This commit is contained in:
@@ -74,6 +74,7 @@ namespace Logs{
|
||||
WebInterface_Server,
|
||||
World_Server,
|
||||
Zone_Server,
|
||||
MySQLError,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@@ -114,6 +115,7 @@ namespace Logs{
|
||||
"WebInterface Server",
|
||||
"World Server",
|
||||
"Zone Server",
|
||||
"MySQL Error",
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user