mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 13:36:36 +00:00
Add EQEmuLogSys::GetConsoleColorFromCategory(uint16 log_category) to replace the static map
This commit is contained in:
@@ -129,6 +129,7 @@ public:
|
||||
void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
void SetCurrentTimeStamp(char* time_stamp);
|
||||
void StartFileLogs(const std::string log_name);
|
||||
uint16 GetConsoleColorFromCategory(uint16 log_category);
|
||||
|
||||
struct LogSettings{
|
||||
uint8 log_to_file;
|
||||
|
||||
Reference in New Issue
Block a user