Kirk Lund created GEODE-2237:
--------------------------------

             Summary: Geode product classes should use Log4J2 Logger instead of 
JUL or LogWriter
                 Key: GEODE-2237
                 URL: https://issues.apache.org/jira/browse/GEODE-2237
             Project: Geode
          Issue Type: Bug
          Components: logging
            Reporter: Kirk Lund


I just noticed that AbstractLauncher is using JUL instead of Log4J2:
{noformat}
protected Logger logger = Logger.getLogger(getClass().getName()); // TODO:KIRK: 
does this need log4j2?
{noformat}
Any other classes that are using a logger or logwriter that isn't from Log4J2 
API should be modified to use Log4J2.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to