1
0

Added LogKitLogger documentation

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138831 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2002-01-08 21:35:10 +00:00
parent bac9c212f3
commit ea082c4cdc
2 changed files with 5 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
<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.1 2002/01/03 18:45:27 rdonkin Exp $<br> $Id: STATUS.html,v 1.2 2002/01/08 21:35:10 rdonkin 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>
@@ -57,6 +57,7 @@ components for compilation:</p>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a> <li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later) <strong>TO DO - Can This Run Under Java 1?</strong></li> (Version 1.2 or later) <strong>TO DO - Can This Run Under Java 1?</strong></li>
<li><a href="http://jakarta.apache.org/jakarta-log4j/">Jakarta Log4j</a></li> <li><a href="http://jakarta.apache.org/jakarta-log4j/">Jakarta Log4j</a></li>
<li><a href="http://jakarta.apache.org/jakarta-avalon/">Jakarta Avalon LogKit</a></li>
</ul> </ul>
<p> Of course, the user must ensure that any logging systems that they wish to use <p> 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.</p>
<th width="80%">Action Item</th> <th width="80%">Action Item</th>
<th width="20%">Volunteer</th> <th width="20%">Volunteer</th>
</tr> </tr>
<tr>
<td><strong>Wrapper For LogKit</strong> - create a wrapper for jakarta-avalon-logkit</td>
<td align="center">&nbsp;</td>
</tr>
</table> </table>
</body> </body>

View File

@@ -14,6 +14,9 @@ prebuilt support for the following:</p>
JDK Logging API</a>, included in JDK 1.4 or later systems. Each named JDK Logging API</a>, included in JDK 1.4 or later systems. Each named
<a href="Log.html">Log</a> instance is connected to a corresponding <a href="Log.html">Log</a> instance is connected to a corresponding
<code>java.util.logging.Logger</code> instance.</li> <code>java.util.logging.Logger</code> instance.</li>
<li><a href="http://jakarta.apache.org/jakarta-avalon/">LogKit</a> from Apache's
Jakarta project. Each named <a href="Log.html">Log</a> instance is
connected to a corresponding LogKit <code>Logger</code>.</li>
<li><a href="NoOpLog.html">NoOpLog</a> implementation that simply swallows <li><a href="NoOpLog.html">NoOpLog</a> implementation that simply swallows
all log output, for all named <a href="Log.html">Log</a> isntances.</li> all log output, for all named <a href="Log.html">Log</a> isntances.</li>
<li><a href="SimpleLog.html">SimpleLog</a> implementation that writes all <li><a href="SimpleLog.html">SimpleLog</a> implementation that writes all