mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Add category to ProcessLogWrite
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user