mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 19:46:35 +00:00
Renamed DebugCategory to DoLog as the aggregate logging function for simplicity of use and shortened syntax of Log.DoLog
This commit is contained in:
@@ -82,7 +82,7 @@ public:
|
||||
|
||||
void CloseFileLogs();
|
||||
void LoadLogSettingsDefaults();
|
||||
void DebugCategory(DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
void DoLog(DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
void MakeDirectory(std::string directory_name);
|
||||
void SetCurrentTimeStamp(char* time_stamp);
|
||||
void StartFileLogs(const std::string log_name);
|
||||
@@ -103,7 +103,7 @@ private:
|
||||
bool zone_general_init = false;
|
||||
std::function<void(uint16 log_category, std::string&)> on_log_gmsay_hook;
|
||||
|
||||
std::string FormatDebugCategoryMessageString(uint16 log_category, std::string in_message);
|
||||
std::string FormatDoLogMessageString(uint16 log_category, std::string in_message);
|
||||
|
||||
void ProcessConsoleMessage(uint16 log_category, const std::string message);
|
||||
void ProcessGMSay(uint16 log_category, std::string message);
|
||||
|
||||
Reference in New Issue
Block a user