[kepler-dev] [Bug 3903] New: - Use Java logging utilities instead of Apache commons logging facility

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Mar 18 12:21:31 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3903

           Summary: Use Java logging utilities instead of Apache commons
                    logging facility
           Product: Kepler
           Version: 1.x dev
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: general
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: cxh at eecs.berkeley.edu
         QAContact: kepler-dev at kepler-project.org


ersonally, I'd like to switch to the logging utilities that
now ship with Java, see
http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/
The advantage is that it would be one less jar file to ship.
A quick search finds 144 files that use the apache logging facility.
Most of these changes could be handled automatically by a script.

Notes about the logging system can be found at
https://kepler-project.org/developers/reference/using-commons-logging


More information about the Kepler-dev mailing list