mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
Add 'Quests' Category
This commit is contained in:
+1
-1
@@ -226,7 +226,7 @@ bool EQEmuLog::writePVA(LogIDs id, const char *prefix, const char *fmt, va_list
|
||||
if (id == EQEmuLog::LogIDs::Crash){ SetConsoleTextAttribute(console_handle, ConsoleColor::Colors::LightRed); }
|
||||
#endif
|
||||
|
||||
fprintf(stdout, "[%s] %s", LogNames[id], prefix);
|
||||
fprintf(stdout, "[%s] %s", LogNames[id], prefix);
|
||||
vfprintf(stdout, fmt, argptr);
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
@@ -74,6 +74,7 @@ public:
|
||||
Client_Server_Packet,
|
||||
Aggro,
|
||||
Attack,
|
||||
Quests,
|
||||
MaxCategoryID /* Don't Remove this*/
|
||||
};
|
||||
|
||||
@@ -139,6 +140,7 @@ static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
"Client_Server_Packet",
|
||||
"Aggro",
|
||||
"Attack",
|
||||
"Quests"
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user