cvs commit: jakarta-log4j/src/xdocs download.xml plan.xml
[email protected] 12 Apr 2002 10:01:11 -0000
| Newsgroups | gmane.comp.jakarta.log4j.cvs |
|---|---|
| Message-ID | <[email protected]> |
ceki 02/04/12 03:01:11
Modified: src/xdocs download.xml plan.xml
Log:
Added a link for Logweb
changed the listing of third-party extensions to alphabetical order.
Revision Changes Path
1.50 +70 -24 jakarta-log4j/src/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- download.xml 4 Apr 2002 14:46:02 -0000 1.49
+++ download.xml 12 Apr 2002 10:01:11 -0000 1.50
@@ -62,26 +62,58 @@
</section>
- <section name="Third-party extensions">
+ <section name="Third-party extensions (listed in alphabetical order)">
<dl>
+
+ <!-- ============================================================================== -->
- <dt><a href="http://logui.sourceforge.net/"><b>Chainsaw</b></a></dt>
-
+ <dt><a
+ href="http://logui.sourceforge.net/"><b>Chainsaw</b></a></dt>
<dd>Chainsaw is now integrated with log4j and ships with the
- official distribution. Chainsaw a GUI log viewer and filter
- for the Log4J package. It listens for <a
- href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/spi/LoggingEvent.html">LoggingEvent</a>
- objects sent using the <a
- href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html">SocketAppender</a>
- and displays them in a table. Chainsaw also supports loading
- events from files in the XMLLayout format.
+ official distribution. Chainsaw is a graphical log viewer and
+ filter for the log4j package. It listens for <a
+ href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/spi/LoggingEvent.html">LoggingEvent</a>
+ objects sent using the <a
+ href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html">SocketAppender</a>
+ and displays them in a table. Chainsaw also supports loading
+ events from files in <code>XMLLayout</code> format.
+ </dd>
+
+ <!-- ============================================================================== -->
+
+ <dt><a href="http://www.japhy.de/configLog4j"><b>configLog4j</b></a></dt>
+
+ <dd>A graphical log4j configuration editor by Tobias
+ Dezulian.</dd>
+
+ <!-- ============================================================================== -->
+
+ <dt>
+ <a
+ href="http://support.klopotek.de/log4j/jdbc/index.html"><b>JDBCAppender</b></a>
+
+ </dt> <dd>A <code>JDBCAppender</code> by <a
+ href="mailto:[email protected]">Thomas Fenner</a>. Note
+ that log4j 1.2 ships with another <code>JDBCAppender</code>
+ written by Kevin Steppe.
</dd>
+ <!-- ============================================================================== -->
+
+ <dt><a
+ href="http://developer.jini.org/exchange/projects/log"><b>JINI
+ logging service</b></a> (registration required)</dt>
+
+ <dd>A log4j wrapper for JINI by Jerome Bernard.</dd>
+
+ <!-- ============================================================================== -->
+
<dt><a href="http://qos.ch/"><b>log4j<em>ME</em></b></a></dt>
- <dd>Log4j<em>ME</em>, or log4j MicroEdition, is based on the
+
+ <dd>Log4j<em>ME</em>, or log4j MiniEdition, is based on the
same code as log4j. However, as the name indicates the
- micro-edition is much smaller. It offers the same client
+ mini-edition is much smaller. It offers the same client
interface such that code compiled for log4jME is 100%
compatible with log4j standard edition. You can choose to
upgrade to log4j standard edition at any time by replacing
@@ -89,17 +121,36 @@
classpath.
</dd>
+ <!-- ============================================================================== -->
+
+ <dt><a href="http://www.launchsoftware.com"><b>LogWeb</b></a> (commercial) </dt>
+
+ <dd>Log4Web is a J2EE web application, designed to web-enable
+ system log files that have been generated by log4j.
+ </dd>
+
+ <!-- ============================================================================== -->
+
<dt><a
href="http://traxel.com/lumbermill/"><b>Lumbermill</b></a></dt>
<dd>Lumbermill is a Swing(tm) log processing and distribution
system for Log4j. </dd>
- <dt><a href="http://support.klopotek.de/log4j/jdbc/index.html"><b>JDBCAppender</b></a></dt>
- <dd>A JDBCAppender by <a href="mailto:[email protected]">Thomas Fenner</a>.</dd>
+ <!-- ============================================================================== -->
- <dt><a href="http://www.servidium.com/site/logfactor5/index.html"><b>LogFactor5</b></a></dt>
-
- <dd>A GUI appender (commercial).</dd>
+ <dt>
+ <a
+ href="http://www.servidium.com/site/logfactor5/index.html"><b>LogFactor5</b>
+ </a>(commercial)
+ </dt>
+
+ <dd>Another full-featured graphical log viewer. After a merger
+ with a service-orinted company and a change in
+ business-orientation, the owners of LogFactor5 have decided
+ to donate their product to the log4j project.
+ </dd>
+
+ <!-- ============================================================================== -->
<dt><a href="http://jakarta.apache.org/taglibs/doc/log-doc/intro.html">
<b>Log Tag</b></a>
@@ -107,13 +158,8 @@
<dd>A custom log tag library from the <a
href="http://jakarta.apache.org/taglibs/index.html">Jakarta
Taglibs</a> project.</dd>
-
- <dt><a href="http://www.japhy.de/configLog4j"><b>configLog4j</b></a></dt>
- <dd>A visual log4j configuration file editor by Tobias Dezulian.</dd>
-
- <dt><a href="http://developer.jini.org/exchange/projects/log"><b>JINI logging service</b></a> (registration required)</dt>
- <dd>A log4j wrapper for JINI Jerome Bernard.</dd>
-
+
+ <!-- ============================================================================== -->
</dl>
</section>
1.7 +1 -1 jakarta-log4j/src/xdocs/plan.xml
Index: plan.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/plan.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plan.xml 3 Apr 2002 09:50:10 -0000 1.6
+++ plan.xml 12 Apr 2002 10:01:11 -0000 1.7
@@ -23,7 +23,7 @@
be promptly enrolled. We're always looking for help! Don't be
put off if in the "Volunteer" column already has a person
listed. Programming is fun, especially if it is done in a
- group.
+ team.
</p>
<p>