From 13148bb70ff067dc24b3fe882be721cf5af9184c Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Thu, 3 Jan 2002 18:45:27 +0000 Subject: [PATCH] Logging status file initial commit git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138817 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 STATUS.html diff --git a/STATUS.html b/STATUS.html new file mode 100644 index 0000000..49e2553 --- /dev/null +++ b/STATUS.html @@ -0,0 +1,109 @@ + + +Status File for Jakarta Commons "Logging" Component + + + + +
+

The Jakarta Commons Logging Component

+$Id: STATUS.html,v 1.1 2002/01/03 18:45:27 rdonkin Exp $
+[Introduction] +[Dependencies] +[Release Info] +[Committers] +[Action Items] +

+
+ + + +

1. INTRODUCTION

+ + +

The commons-logging package provides a simple, component +oriented interface (org.apache.commons.logging.Log) together with wrappers for +logging systems. The user can choose at runtime +which system they want to use. +In addition, a small number of basic implementations are provided +to allow users to use the package standalone. +

+ +

+The package should : +

+

+ +

+Non-goals: +

+

+ + + +

2. DEPENDENCIES

+ +

The Logging component is dependent upon the following external +components for compilation:

+ + +

Of course, the user must ensure that any logging systems that they wish to use +are present in the classpath when they use this component.

+ + +

3. RELEASE INFO

+ + +

Current Release: Unreleased, CVS Repository Only

+ +

Planned Next Release: TBD

+ + + + +

4. COMMITTERS

+ +

The following individuals are the primary developers and maintainers of this +component. Developers who plan to use Logging in their own +projects are encouraged to collaborate on the future development of this +component to ensure that it continues to meet a variety of needs.

+ + + + +

5. ACTION ITEMS

+ +

TO DO List:

+ + + + + + + + + + + + +
Action ItemVolunteer
Wrapper For LogKit - create a wrapper for jakarta-avalon-logkit 
+ + +