mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
Buildable state with converting hex packet dumps
This commit is contained in:
@@ -129,8 +129,7 @@ public:
|
||||
void MakeDirectory(std::string directory_name);
|
||||
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);
|
||||
void Raw(uint16 log_category, uint16 seq, const BasePacket *p);
|
||||
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