You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Barbara Pruijn (JIRA)" <ji...@apache.org> on 2018/02/28 00:13:00 UTC

[jira] [Resolved] (GEODE-2237) Geode classes should use Log4J2 Logger instead of JUL or LogWriter

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

Barbara Pruijn resolved GEODE-2237.
-----------------------------------
    Resolution: Won't Fix

> 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)