From bf62d1fd2663106e5fe8c7cff8e0debe45578b99 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 19 Jan 2015 02:32:46 -0600 Subject: [PATCH] Sort header functions --- common/eqemu_logsys.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;