Add file log handling in every process

This commit is contained in:
Akkadius
2015-01-20 06:15:56 -06:00
parent 9ae28d7619
commit e4829225f6
8 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ public:
void MakeDirectory(std::string directory_name);
void Out(Logs::DebugLevel debug_level, uint16 log_category, std::string message, ...);
void SetCurrentTimeStamp(char* time_stamp);
void StartFileLogs(const std::string log_name);
void StartFileLogs(const std::string log_name = "");
struct LogSettings{
uint8 log_to_file;