WIP. Added console/file logger

This commit is contained in:
emeric
2014-08-23 15:34:35 +02:00
parent d018922847
commit 5a66ff10af
6 changed files with 40 additions and 3 deletions
+6
View File
@@ -4,6 +4,8 @@
#include <boost/filesystem.hpp>
#include <libconfig.h++>
#include "logger/Logger.hpp"
#include "service/UserInterfaceService.hpp"
#include "service/RemoteServerService.hpp"
#include "service/DatabaseUpdateService.hpp"
@@ -14,6 +16,10 @@ class ConfigReader
ConfigReader(boost::filesystem::path p);
// Logger configuration
void getLoggerConfig(Logger::Config& config);
// Service configurations
void getUserInterfaceConfig(Service::UserInterfaceService::Config& config);
void getRemoteServerConfig(Service::RemoteServerService::Config& config);
void getDatabaseUpdateConfig(Service::DatabaseUpdateService::Config& config);