Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-2237

Geode classes should use Log4J2 Logger instead of JUL or LogWriter

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Won't Fix
    • 1.0.0-incubating, 1.1.0
    • None
    • logging

    Description

      Several classes including AbstractLauncher are using JUL instead of Log4J2:

      import java.util.logging.Logger;
      ...
      // TODO: use log4j logger instead of JUL
      protected Logger logger = Logger.getLogger(getClass().getName());
      

      Any other classes that are using a logger or logwriter that isn't from Log4J2 API should be modified to use Log4J2.

      Attachments

        Activity

          People

            Unassigned Unassigned
            klund Kirk Lund
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: