From 3da3d5fc6f2a70d255b1357726a23fdaa8cad9b2 Mon Sep 17 00:00:00 2001
From: Henri Yandell
Date: Thu, 19 Feb 2004 03:11:46 +0000
Subject: [PATCH] translated PROPOSAL.html to proposal.xml
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@139005 13f79535-47bb-0310-9956-ffa450edef68
---
xdocs/proposal.xml | 99 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)
create mode 100644 xdocs/proposal.xml
diff --git a/xdocs/proposal.xml b/xdocs/proposal.xml
new file mode 100644
index 0000000..e1acafd
--- /dev/null
+++ b/xdocs/proposal.xml
@@ -0,0 +1,99 @@
+
+
+Proposal for Logging Library Package
+
+
+
+
+
+
+
+
+
+
+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.
+
+
+
+
+
+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 :
+
+- Have an API which should be as simple to use as possible
+- Provide support for log4j
+- Provide pluggable support for other logging APIs
+
+
+
+
+Non-goals:
+
+- This package will not perform logging itself, except at the most basic
+ level.
+- We do not seek to become a "standard" API.
+
+
+
+
+
+
+Logging relies on:
+
+
+
+ - Java Development Kit (Version 1.1 or later)
+
+ - log4j (compile-time dependency only)
+
+
+
+
+
+
+- CVS Repository - New directory
logging in the
+jakarta-commons CVS repository.
+
+- Initial Committers - The list is provided below.
+
+- Mailing List - Discussions will take place on the general
+commons-dev@jakarta.apache.org mailing list. To help list
+subscribers identify messages of interest, it is suggested that the
+message subject of messages about this component be prefixed with
+[Logging].
+
+- Bugzilla - New component "Logging" under the "Commons" product
+category, with appropriate version identifiers as needed.
+
+- Jyve FAQ - New category "commons-logging" (when available).
+
+
+
+
+
+
+The initial committers on the Logging component shall be:
+
+
+ - Morgan Delagrange
+ - Rodney Waldhoff
+ - Craig McClanahan
+
+
+
+
+
+