diff --git a/STATUS.html b/STATUS.html index 49e2553..b85d521 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Logging Component

-$Id: STATUS.html,v 1.1 2002/01/03 18:45:27 rdonkin Exp $
+$Id: STATUS.html,v 1.2 2002/01/08 21:35:10 rdonkin Exp $
[Introduction] [Dependencies] [Release Info] @@ -57,6 +57,7 @@ components for compilation:

  • Java Development Kit (Version 1.2 or later) TO DO - Can This Run Under Java 1?
  • Jakarta Log4j
  • +
  • Jakarta Avalon LogKit
  • Of course, the user must ensure that any logging systems that they wish to use @@ -97,12 +98,6 @@ component to ensure that it continues to meet a variety of needs.

    Action Item Volunteer - - - Wrapper For LogKit - create a wrapper for jakarta-avalon-logkit -   - - diff --git a/src/java/org/apache/commons/logging/package.html b/src/java/org/apache/commons/logging/package.html index 21cec49..8a6954d 100644 --- a/src/java/org/apache/commons/logging/package.html +++ b/src/java/org/apache/commons/logging/package.html @@ -14,6 +14,9 @@ prebuilt support for the following:

    JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected to a corresponding java.util.logging.Logger instance. +
  • LogKit from Apache's + Jakarta project. Each named Log instance is + connected to a corresponding LogKit Logger.
  • NoOpLog implementation that simply swallows all log output, for all named Log isntances.
  • SimpleLog implementation that writes all