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
@@ -57,6 +57,7 @@ int main(int argc, char **argv) {
/* Register Log System and Settings */
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs();
ExportSpells(&database);
ExportSkillCaps(&database);
+1
View File
@@ -54,6 +54,7 @@ int main(int argc, char **argv) {
}
database.LoadLogSysSettings(Log.log_settings);
Log.StartFileLogs();
ImportSpells(&database);
ImportSkillCaps(&database);