From 305efbfdc5fb5c05c9b72aa0bee6a3ae1983de36 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sun, 21 May 2017 19:07:50 +0500 Subject: 2017-05-21 --- src/main.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2644038..cb25acf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,6 +4,9 @@ INITIALIZE_EASYLOGGINGPP int main(){ - Game game; - game.Exec(); + el::Configurations loggerConfiguration; + loggerConfiguration.set(el::Level::Info,el::ConfigurationType::Format,"%level: %msg"); + el::Loggers::reconfigureAllLoggers(loggerConfiguration); + Core core; + core.Exec(); } \ No newline at end of file -- cgit v1.2.3