mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Sort header functions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user