diff --git a/PROPOSAL.html b/PROPOSAL.html
index 3fb0f30..98f71a9 100644
--- a/PROPOSAL.html
+++ b/PROPOSAL.html
@@ -72,7 +72,17 @@ Non-goals:
The Jakarta Commons Logging Component
-$Id: STATUS.html,v 1.15 2004/02/28 22:10:53 craigmcc Exp $
+$Id: STATUS.html,v 1.16 2004/02/28 23:20:57 craigmcc Exp $
[Introduction]
[Dependencies]
[Release Info]
@@ -58,8 +58,10 @@ 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 support for Log4J
Provide support for Avalon-Framework's Logger
+
Provide support for Apache Avalon
Framework (Optional, Version 4.0 or later)
+
LumberJack
Java Development Kit (Version 1.4
or later) logging APIs (Optional)
diff --git a/usersguide.html b/usersguide.html
index 4ef12ff..ca1d3c8 100644
--- a/usersguide.html
+++ b/usersguide.html
@@ -67,8 +67,9 @@ a specific logging implementation.
other logging tools, including
Log4J,
Avalon LogKit,
-and
-
JDK 1.4.
+the Avalon Framework's logging infrastructure,
+JDK 1.4, and an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4
+systems.
The interface maps closely to Log4J and LogKit.
diff --git a/xdocs/guide.xml b/xdocs/guide.xml
index 2afdffe..4b025c6 100644
--- a/xdocs/guide.xml
+++ b/xdocs/guide.xml
@@ -40,15 +40,15 @@ a specific logging implementation.
Familiarity with high-level details of various Logging implementations is presumed.
-
-The Jakarta Commons Logging provides a Log interface with thin-wrapper implementations for
+
The Jakarta Commons Logging provides a Log interface with thin-wrapper implementations for
other logging tools, including
-Log4J,
-Avalon LogKit,
-and
-JDK 1.4.
+Log4J,
+Avalon LogKit,
+the Avalon Framework's logging infrastructure,
+JDK 1.4, and an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4
+systems.
The interface maps closely to Log4J and LogKit.
-
+
diff --git a/xdocs/proposal.xml b/xdocs/proposal.xml
index fc5660c..499c8ec 100644
--- a/xdocs/proposal.xml
+++ b/xdocs/proposal.xml
@@ -73,9 +73,18 @@ Non-goals:
- - Java Development Kit (Version 1.1 or later)
-
- - log4j (compile-time dependency only)
+ - Java Development Kit (Version 1.1 or later)
+ - Avalon Framework (compile-time dependency only unless this Log
+ implementation is selected at runtime)
+
- Avalon LogKit (compile-time dependency only unless this Log
+ implementation is selected at runtime)
+
- JDK 1.4 (compile-time dependency only unless this log implementation
+ is selected at runtime).
+
- Log4J (compile-time dependency only unless this Log
+ implementation is selected at runtime)
+ - Lumberjack
+ (compile-time dependency only unless this Log
+ implementation is selected at runtime)