Basic logging implemented

Implemented scuffed logging settings page
Add helper function to PathManager to create an arbitrary folder
This commit is contained in:
Rasmus Karlsson
2018-01-28 14:23:55 +01:00
parent f474db9443
commit 2f0844ebd9
14 changed files with 201 additions and 151 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "application.hpp"
#include "logging/loggingmanager.hpp"
#include "singletons/loggingmanager.hpp"
#include "singletons/accountmanager.hpp"
#include "singletons/commandmanager.hpp"
#include "singletons/emotemanager.hpp"
@@ -18,7 +18,7 @@ Application::Application()
{
singletons::WindowManager::getInstance();
logging::init();
singletons::LoggingManager::getInstance();
singletons::SettingManager::getInstance().init();
singletons::CommandManager::getInstance().loadCommands();