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