From c8c5b8a7ad050e4e31abd102829cc87bf1affb47 Mon Sep 17 00:00:00 2001 From: Morgan James Delagrange Date: Wed, 8 Aug 2001 20:05:27 +0000 Subject: [PATCH] proposal for stand-alone logging component git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138810 13f79535-47bb-0310-9956-ffa450edef68 --- PROPOSAL.html | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 PROPOSAL.html diff --git a/PROPOSAL.html b/PROPOSAL.html new file mode 100644 index 0000000..fde903e --- /dev/null +++ b/PROPOSAL.html @@ -0,0 +1,84 @@ + + +Proposal for Logging Library Package + + + +
+

Proposal for Logging Package

+
+ +

(0) Rationale

+ +

There is a great need for debugging and logging information inside of Commons components such as HTTPClient and dbcp. However, there are many logging APIs out there and it is difficult to choose among them. +

+ +

The Logging package will be an ultra-thin bridge between different logging libraries. Commons components may use the Logging JAR to remove compile-time/runtime dependencies on any particular logging package, and contributors may write Log implementations for the library of their choice. +

+ +

(1) Scope of the Package

+ +

The package shall create and maintain a package that provides extremely basic logging functionality and bridges to other, more sophisticated logging implementations. +

+ +

+The package should : +

+

+ +

+Non-goals: +

+

+ +

(1.5) Interaction With Other Packages

+ +

Logging relies on: +

+ + + +

(2) Required Jakarta-Commons Resources

+ + + + +

(4) Initial Committers

+ +

The initial committers on the Digester component shall be:

+ + + + +