mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Sort header functions
This commit is contained in:
parent
e554278811
commit
bf62d1fd26
@ -125,11 +125,10 @@ public:
|
|||||||
|
|
||||||
void CloseFileLogs();
|
void CloseFileLogs();
|
||||||
void LoadLogSettingsDefaults();
|
void LoadLogSettingsDefaults();
|
||||||
void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
|
||||||
void MakeDirectory(std::string directory_name);
|
void MakeDirectory(std::string directory_name);
|
||||||
|
void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||||
void SetCurrentTimeStamp(char* time_stamp);
|
void SetCurrentTimeStamp(char* time_stamp);
|
||||||
void StartFileLogs(const std::string log_name);
|
void StartFileLogs(const std::string log_name);
|
||||||
void Hex(uint16 log_category, const void *data, unsigned long length, unsigned char padding = 4);
|
|
||||||
|
|
||||||
struct LogSettings{
|
struct LogSettings{
|
||||||
uint8 log_to_file;
|
uint8 log_to_file;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user