From fddc5b95e0d9bbb6bd4424cf036393147f9b0eba Mon Sep 17 00:00:00 2001
From: Scott Sanders
Date: Tue, 29 Jan 2002 20:30:34 +0000
Subject: [PATCH] Updated the STATUS file to add myself as a comitter and to
attribute Avalon and Log4J for the influence that they had on the interface
impls. PR: Obtained from: Submitted by: Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138845 13f79535-47bb-0310-9956-ffa450edef68
---
STATUS.html | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/STATUS.html b/STATUS.html
index 0aa0867..7518d80 100644
--- a/STATUS.html
+++ b/STATUS.html
@@ -7,13 +7,13 @@
@@ -29,12 +29,20 @@ In addition, a small number of basic implementations are provided
to allow users to use the package standalone.
+commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging
+abstraction is meant to minimixe the differences between the two, and to allow a
+developer to not tie himself to a particular logging implementation.
+
+
-The package should :
+The package does :
- Have an API which should be as simple to use as possible
+- Provide support for Avalon's Logkit
+- Provide support for JDK 1.4 logging
- Provide support for log4j
- Provide pluggable support for other logging APIs
+- Privide a simple System.out logger
@@ -89,6 +97,7 @@ component to ensure that it continues to meet a variety of needs.
Rodney Waldhoff
Craig McClanahan
Robert Burrell Donkin
+ Scott Sanders