mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 15:36:38 +00:00
Consolidate EQEmuLogsys::Debug stragglers to DebugCategory for further refactoring
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
void CloseFileLogs();
|
||||
void LoadLogSettingsDefaults();
|
||||
void Log(uint16 log_type, const std::string message, ...);
|
||||
void LogDebug(DebugLevel debug_level, std::string message, ...);
|
||||
//void LogDebug(DebugLevel debug_level, std::string message, ...);
|
||||
//void DebugCategory(DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
void DebugCategory(DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
void MakeDirectory(std::string directory_name);
|
||||
|
||||
Reference in New Issue
Block a user