mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Rename reference logger to Log
This commit is contained in:
@@ -115,7 +115,7 @@ private:
|
||||
void ProcessLogWrite(uint16 log_type, uint16 log_category, std::string message);
|
||||
};
|
||||
|
||||
extern EQEmuLogSys logger;
|
||||
extern EQEmuLogSys Log;
|
||||
|
||||
/* If you add to this, make sure you update LogCategory */
|
||||
static const char* LogCategoryName[EQEmuLogSys::LogCategory::MaxCategoryID] = {
|
||||
|
||||
Reference in New Issue
Block a user