Add EQEmuLogSys::GetConsoleColorFromCategory(uint16 log_category) to replace the static map

This commit is contained in:
Akkadius
2015-01-19 02:47:51 -06:00
parent 2ecb91d075
commit 2f74f07be7
2 changed files with 22 additions and 11 deletions
+1
View File
@@ -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;