mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 19:58:24 +00:00
Refactor ProcessLogWrite to no longer use type
This commit is contained in:
@@ -106,8 +106,8 @@ private:
|
||||
std::string FormatDebugCategoryMessageString(uint16 log_category, std::string in_message);
|
||||
|
||||
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, uint16 log_category, std::string message);
|
||||
void ProcessGMSay(uint16 log_category, std::string message);
|
||||
void ProcessLogWrite(uint16 log_category, std::string message);
|
||||
};
|
||||
|
||||
extern EQEmuLogSys Log;
|
||||
|
||||
Reference in New Issue
Block a user