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
This commit is contained in:
15
STATUS.html
15
STATUS.html
@@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1>The Jakarta Commons <em>Logging</em> Component</h1>
|
<h1>The Jakarta Commons <em>Logging</em> Component</h1>
|
||||||
$Id: STATUS.html,v 1.4 2002/01/20 04:48:27 craigmcc Exp $<br>
|
$Id: STATUS.html,v 1.5 2002/01/29 20:30:34 sanders Exp $<br />
|
||||||
<a href="#Introduction">[Introduction]</a>
|
<a href="#Introduction">[Introduction]</a>
|
||||||
<a href="#Dependencies">[Dependencies]</a>
|
<a href="#Dependencies">[Dependencies]</a>
|
||||||
<a href="#Release Info">[Release Info]</a>
|
<a href="#Release Info">[Release Info]</a>
|
||||||
<a href="#Committers">[Committers]</a>
|
<a href="#Committers">[Committers]</a>
|
||||||
<a href="#Action Items">[Action Items]</a>
|
<a href="#Action Items">[Action Items]</a>
|
||||||
<br><br>
|
<br /><br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -29,12 +29,20 @@ In addition, a small number of basic implementations are provided
|
|||||||
to allow users to use the package standalone.
|
to allow users to use the package standalone.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>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.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The package should :
|
The package does :
|
||||||
<ul>
|
<ul>
|
||||||
<li>Have an API which should be as simple to use as possible</li>
|
<li>Have an API which should be as simple to use as possible</li>
|
||||||
|
<li>Provide support for Avalon's Logkit</li>
|
||||||
|
<li>Provide support for JDK 1.4 logging</li>
|
||||||
<li>Provide support for log4j</li>
|
<li>Provide support for log4j</li>
|
||||||
<li>Provide pluggable support for other logging APIs</li>
|
<li>Provide pluggable support for other logging APIs</li>
|
||||||
|
<li>Privide a simple System.out logger</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -89,6 +97,7 @@ component to ensure that it continues to meet a variety of needs.</p>
|
|||||||
<li>Rodney Waldhoff</li>
|
<li>Rodney Waldhoff</li>
|
||||||
<li>Craig McClanahan</li>
|
<li>Craig McClanahan</li>
|
||||||
<li>Robert Burrell Donkin</li>
|
<li>Robert Burrell Donkin</li>
|
||||||
|
<li>Scott Sanders</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user