This commit is contained in:
Jonas Zeunert
2018-12-14 17:11:53 +01:00
parent 87ae4b5c2b
commit 95b1ac85b8
5 changed files with 6 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ el::Configurations createConfig(el::Level level)
conf.setGlobally(el::ConfigurationType::ToStandardOutput, "false");
conf.setGlobally(el::ConfigurationType::)
conf.set(level, el::ConfigurationType::ToStandardOutput, "true");
conf.set(level, el::ConfigurationType::ToFile, "true");
conf.set(level, el::ConfigurationType::Filename, LOGGER_FILE);