Add category to ProcessLogWrite

This commit is contained in:
Akkadius
2015-01-15 22:38:24 -06:00
parent 723b87bba4
commit dbdfb23cc3
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ private:
void ProcessConsoleMessage(uint16 log_type, uint16 log_category, const std::string message);
void ProcessGMSay(uint16 log_type, uint16 log_category, std::string message);
void ProcessLogWrite(uint16 log_type, std::string message);
void ProcessLogWrite(uint16 log_type, uint16 log_category, std::string message);
};
extern EQEmuLogSys logger;