[ 
https://issues.apache.org/jira/browse/GEODE-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anthony Baker closed GEODE-2237.
--------------------------------

> Geode 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
>    Affects Versions: 1.0.0-incubating, 1.1.0
>            Reporter: Kirk Lund
>            Priority: Trivial
>              Labels: Log4j2
>
> Several classes including AbstractLauncher are using JUL instead of Log4J2:
> {noformat}
> import java.util.logging.Logger;
> ...
> // TODO: use log4j logger instead of JUL
> protected Logger logger = Logger.getLogger(getClass().getName());
> {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
(v7.6.3#76005)

Reply via email to