Remove debugging and generalize the Log function

This commit is contained in:
Akkadius
2015-01-10 13:35:02 -06:00
parent f4e33f6faa
commit 01ca81a177
3 changed files with 4 additions and 7 deletions
+3 -1
View File
@@ -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