diff --git a/common/eqemu_logsys.h b/common/eqemu_logsys.h index 57562b904..fb1ae3c51 100644 --- a/common/eqemu_logsys.h +++ b/common/eqemu_logsys.h @@ -125,11 +125,10 @@ public: void CloseFileLogs(); void LoadLogSettingsDefaults(); - void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...); void MakeDirectory(std::string directory_name); + void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...); void SetCurrentTimeStamp(char* time_stamp); void StartFileLogs(const std::string log_name); - void Hex(uint16 log_category, const void *data, unsigned long length, unsigned char padding = 4); struct LogSettings{ uint8 log_to_file;