You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/08/16 00:57:30 UTC

[VOTE] Promote "Logging" Proposal to jakarta-commons

Just passing the information along...not to be confused with advocating.  ;
-)

- Sam Ruby

---------------------- Forwarded by Sam Ruby/Raleigh/IBM on 08/15/2001
06:56 PM ---------------------------

"Craig R. McClanahan" <cr...@apache.org> on 08/15/2001 06:17:51 PM

Please respond to jakarta-commons@jakarta.apache.org

To:   jakarta-commons@jakarta.apache.org
cc:
Subject:  [VOTE] Promote "Logging" Proposal to jakarta-commons



This proposal is to move the "logging" package that is currently in
"jakarta-commons-sandbox" into "jakarta-commons" so that Commons package
users may utilize it in their packages.

For those of you who haven't looked at it yet, this contains:
* A very thin Log interface, based on org.apache.log4j.Category
* Optional ability to declare your own integration layer
  (implementation of Log) through system property settings
* Optional simple implementation that writes to System.out.
* Automatic use of Log4J if these classes are present in the
  class path.
* Graceful degredation to swallowing log output silently if
  no specific implementation is specified, *and* Log4J is
  not available.

Votes please?

Craig