mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Remove debugging and generalize the Log function
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
};
|
||||
|
||||
void StartZoneLogs(const std::string log_name);
|
||||
void WriteZoneLog(uint16 log_type, const std::string message);
|
||||
void Log(uint16 log_type, const std::string message);
|
||||
void CloseZoneLogs();
|
||||
void ConsoleMessage(uint16 log_type, const std::string message);
|
||||
|
||||
@@ -52,4 +52,6 @@ private:
|
||||
|
||||
extern EQEmuLogSys log_sys;
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user