-
Notifications
You must be signed in to change notification settings - Fork 128
/
STATUS.html
171 lines (141 loc) · 5.2 KB
/
STATUS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>Status File for Apache Commons "Logging" Component</title>
<head>
<body bgcolor="white">
<div align="center">
<h1>The Apache Commons <em>Logging</em> Component</h1>
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
<a href="#Committers">[Committers]</a>
<a href="#Action Items">[Action Items]</a>
<br /><br />
</div>
<a name="Introduction"></a>
<h3>1. INTRODUCTION</h3>
<p> The commons-logging package provides a simple, component
oriented interface (<code>org.apache.commons.logging.Log</code>) 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.
</p>
<p>commons-logging was heavily influenced by Avalon's Logkit and Log4J. The commons-logging
abstraction is meant to minimize the differences between the two, and to allow a
developer to not tie himself to a particular logging implementation.
</p>
<p>
The package does :
<ul>
<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 Avalon-Framework's Logger</li>
<li>Provide support for <a href="http://sourceforge.net/projects/lumberjack/">
LumberJack</a> logger</li>
<li>Provide pluggable support for other logging APIs</li>
<li>Provide a simple System.out logger</li>
</ul>
</p>
<p>
Non-goals:
<ul>
<li>This package will not perform logging itself, except at the most basic
level.</li>
<li>We do not seek to become a "standard" API.</li>
</ul>
</p>
<a name="Dependencies"></a>
<h3>2. DEPENDENCIES</h3>
<p>The <em>Logging</em> component is dependent upon the following external
components for compilation:</p>
<ul>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a>
(Version 1.2 or later)</li>
<li><a href="http://logging.apache.org/log4j/">Apache Logging Log4j</a>
(Optional, Version 1.2.6 or later)</li>
<li><a href="http://avalon.apache.org/">Apache Avalon
LogKit</a> (Optional, Version 1.0.1 or later)</li>
<li><a href="http://avalon.apache.org/">Apache Avalon
Framework</a> (Optional, Version 4.0 or later)</li>
<li><a href="http://projects.sourceforge.net/lumberjack/">LumberJack</a></li>
<li><a href="http://java.sun.com/j2se">Java Development Kit</a> (Version 1.4
or later) logging APIs (Optional)</li>
</ul>
<p> 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. </p>
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
<table border="1">
<tr>
<th width="50%">Version</th>
<th width="50%">Release Date</th>
</tr>
<tr>
<td>commons-logging-1.0.3 is available through the standard mirrors.
Binaries are <a href='http://jakarta.apache.org/site/binindex.cgi'>here</a> and
source is <a href='http://jakarta.apache.org/site/sourceindex.cgi'>here</a>
</td>
<td>7-Apr-2003</td>
</tr>
<tr>
<td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2'>
commons-logging-1.0.2</a></td>
<td>27-Sep-2002</td>
</tr>
<tr>
<td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1'>
commons-logging-1.0.1</a></td>
<td>12-Aug-2002</td>
</tr>
<tr>
<td><a href='http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0'>
commons-logging-1.0</a></td>
<td>20-Feb-2002</td>
</tr>
</table>
<p>Planned Next Release: TBD</p>
<a name="Committers"></a>
<h3>4. COMMITTERS</h3>
<p>The following individuals are the primary developers and maintainers of this
component. Developers who plan to use <em>Logging</em> 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.</p>
<ul>
<li>Morgan Delagrange</li>
<li>Rodney Waldhoff</li>
<li>Craig McClanahan</li>
<li>Robert Burrell Donkin</li>
<li>Scott Sanders</li>
<li>Peter Donald</li>
<li>Costin Manolache</li>
<li>Richard A. Sitze</li>
<li>Juozas Baliuka</li>
</ul>
<a name="Action Items"></a>
<h3>5. ACTION ITEMS</h3>
<p>TO DO List:</p>
<table border="1">
<tr>
<th width="80%">Action Item</th>
<th width="20%">Volunteer</th>
</tr>
</table>
</body>
</html>