configured logger

This commit is contained in:
Neeflix
2018-07-16 22:44:09 +02:00
parent 7cb8ff24c9
commit c37b1183ab
9 changed files with 35 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ std::map<char, Event> InputDriverFactory::create_input_events(json matrix_config
void InputDriverFactory::ConfigureLogger()
{
LoggerFactory::CreateInputLogger();
LoggerFactory::CreateInputTestLogger();
}