Cosmetic changes, and correct copyright dates. Add simple overview
with pointer to the real documentation, and a package.html for the o.a.c.l.impl package. Bring various documentation points up to date with the actual current functionality. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
16
src/java/overview.html
Normal file
16
src/java/overview.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Overview Documentation for COMMONS-LOGGING</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<p>The <em>Logging Wrapper Library</em> component of the Jakarta Commons
|
||||
subproject offers wrappers around an extensible set of concrete logging
|
||||
implementations, so that application code based on it does not need to be
|
||||
modified in order to select a different logging implementation.</p>
|
||||
|
||||
<p>See the
|
||||
<a href="org/apache/commons/logging/package-summary.html#package_description">
|
||||
Package Description</a> for the <code>org.apache.commons.logging</code>
|
||||
package for more information.</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user