Fixed logger level configuration, using logger hierarchy

Loggers are now created with a class object
This commit is contained in:
2020-02-18 07:16:35 +01:00
parent 1b3ef2a712
commit 5f9ebd4c43
13 changed files with 32 additions and 27 deletions

View File

@ -34,7 +34,7 @@ public class Startup {
private static ChatWindow chatWindow;
private static final Logger logger = EnvoyLog.getLogger(Startup.class.getSimpleName());
private static final Logger logger = EnvoyLog.getLogger(Startup.class);
/**
* Loads the application by first loading the configuration, then acquiring a