mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Rename LoadLogSettings to LoadLogSettingsDefaults
This commit is contained in:
@@ -89,7 +89,7 @@ EQEmuLogSys::EQEmuLogSys(){
|
||||
EQEmuLogSys::~EQEmuLogSys(){
|
||||
}
|
||||
|
||||
void EQEmuLogSys::LoadLogSettings()
|
||||
void EQEmuLogSys::LoadLogSettingsDefaults()
|
||||
{
|
||||
log_platform = GetExecutablePlatformInt();
|
||||
std::cout << "PLATFORM " << log_platform << std::endl;
|
||||
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
|
||||
void CloseFileLogs();
|
||||
|
||||
void LoadLogSettings();
|
||||
void LoadLogSettingsDefaults();
|
||||
void Log(uint16 log_type, const std::string message, ...);
|
||||
void LogDebug(DebugLevel debug_level, std::string message, ...);
|
||||
void LogDebugType(DebugLevel debug_level, uint16 log_category, std::string message, ...);
|
||||
|
||||
Reference in New Issue
Block a user