Fixed logger level configuration, using logger hierarchy
Loggers are now created with a class object
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user