Make some log functions less process specific in naming

This commit is contained in:
Akkadius
2015-01-12 12:37:33 -06:00
parent fac1361d36
commit 08a23265f8
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ public:
void LogDebugType(DebugLevel debug_level, uint16 log_type, std::string message, ...);
void MakeDirectory(std::string directory_name);
void SetCurrentTimeStamp(char* time_stamp);
void StartZoneLogs(const std::string log_name);
void StartLogs(const std::string log_name);
void LoadLogSettings();
struct LogSettings{