]> git.mxchange.org Git - jcore.git/blobdiff - src/org/mxchange/jcore/BaseFrameworkSystem.java
Well, if that is EJB, it sucks somehow: Logging not allowed and a complexer class...
[jcore.git] / src / org / mxchange / jcore / BaseFrameworkSystem.java
index aed856b59fdee3f0aa5fae3abae3cb8bc9287d6b..4f27ff07fc80e625eaa14546f1bc08a11fe3e211 100644 (file)
@@ -24,8 +24,8 @@ import org.apache.logging.log4j.LogManager;
 import org.apache.logging.log4j.Logger;
 import org.mxchange.jcore.application.Application;
 import org.mxchange.jcore.client.Client;
-import org.mxchange.jcore.model.contact.Contact;
 import org.mxchange.jcore.manager.Manageable;
+import org.mxchange.jcore.model.contact.Contact;
 
 /**
  * General class
@@ -101,8 +101,12 @@ public class BaseFrameworkSystem implements FrameworkInterface {
                return this.application;
        }
 
-       @Override
-       public final Logger getLogger () {
+       /**
+        * Getter for logger instance
+        *
+        * @return Logger instance
+        */
+       protected final Logger getLogger () {
                return this.LOG;
        }