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
View File
@@ -99,6 +99,7 @@ int main() {
/* Register Log System and Settings */
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs();
char tmp[64];