ceki 01/07/03 02:24:44
Modified: docs critique.html download.html earlier.html index.html
src/xdocs download.xml earlier.xml index.xml
Log:
- Changes to HTML files. Added Chainsaw to the list of 3rd-party software.
Revision Changes Path
1.16 +27 -11 jakarta-log4j/docs/critique.html
Index: critique.html
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/critique.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- critique.html 2001/06/27 21:34:30 1.15
+++ critique.html 2001/07/03 09:24:23 1.16
@@ -267,14 +267,13 @@
href="manual.html#performance">log4j manual</a> for a more detailed
discussion of logging performance.
-<p>When logging is turned on, log4j will be about three times slower
-to decide whether a log statement is enabled or not. This is due to
-the dynamic nature of log4j which requires it to walk the
-hierarchy. To give you an idea about the figures involved, we are
-talking about 90 <em>nanoseconds</em> instead of 30
-<em>nanoseconds</em> on a 800Mhz Intel processor. In other words, one
-million disabled logging requests will cost under a second in both
-environments.
+<p>When logging is turned on, log4j will be about two three slower to
+decide whether a log statement is enabled or not. This is due to the
+dynamic nature of log4j which requires it to walk the hierarchy. To
+give you an idea about the figures involved, we are talking about 90
+<em>nanoseconds</em> instead of 30 <em>nanoseconds</em> on a 800Mhz
+Intel processor. In other words, one million disabled logging requests
+will cost under a second in both environments.
<p>In a shipped binary, you can turn off logging entirely and both
APIs will perform identically. Note that if one is not careful, the
@@ -316,6 +315,7 @@
their support. Some of these requests are quite detailed and
insightful.
+
<p><UL>
<li><p><a href="pub-support/ChristopherTaylor.html">Christopher Taylor</a> <!-- -->
<li><p>Jon Stevens
@@ -465,14 +465,30 @@
<li><p><a href="pub-support/VieridelBianco.html">Vieri del Bianco</a> <!-- -->
<li><p><a href="pub-support/PatrickOHara.html">Patrick O'Hara</a> <!-- -->
<li><p><a href="pub-support/RobertQuinn.html">Robert Quinn</a>
+<li><p><a href="pub-support/HenrikKlagges.html">Henrik Klagges</a> <!-- -->
+<li><p><a href="pub-support/PeterMiller.html">Peter Miller</a> <!-- -->
+<li><p><a href="pub-support/TimothyFalconer.html">Timothy Falconer</a> <!-- -->
+<li><p><a href="pub-support/DavidLi.html">David Li</a> <!-- -->
+<li><p><a href="pub-support/RossCormier.html">Ross Cormier</a> <!-- -->
+<li><p><a href="pub-support/ByungJinChun.html">Byung Jin Chun</a> <!-- -->
+<li><p><a href="pub-support/HughTran.html">Hugh Tran</a>
+<li><p><a href="pub-support/MustaqAli.html">Mustaq Ali</a>
+<li><p><a href="pub-support/MarkWomack.html">Mark Womack</a> <!-- -->
+<li><p><a href="pub-support/SilviaTsai.html">Silvia Tsai</a> <!-- -->
+<li><p><a href="pub-support/YingZChen.html">Ying Z Chen</a>
+<li><p><a href="pub-support/ChrisGunn.html">Chris Gunn</a> <!-- -->
+<li><p><a href="pub-support/JeremyMeyer.html">Jeremy Meyer</a> <!-- -->
+<li><p><a href="pub-support/EricPabst.html">Eric Pabst</a> <!-- -->
+<li><p><a href="pub-support/MarcDARCHE.html">Marc-Aur�le DARCHE</a> <!-- -->
+<li><p><a href="pub-support/HaukePlambeck.html">Hauke Plambeck</a> <!-- -->
+<li><p><a href="pub-support/KenJarrad.html">Ken Jarrad</a>
+<li><p><a href="pub-support/ErikBergersjo.html">ErikBergersjö</a>
+<li><p><a href="pub-support/CamilleTroillard.html">Camille Troillard</a> <!-- -->
<!--
-<li><p><a href="pub-support/.html"></a>
-<li><p><a href="pub-support/.html"></a>
-<li><p><a href="pub-support/.html"></a>
<li><p><a href="pub-support/.html"></a>
<li><p><a href="pub-support/.html"></a>
<li><p><a href="pub-support/.html"></a>
1.30 +10 -11 jakarta-log4j/docs/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/download.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- download.html 2001/06/19 15:44:45 1.29
+++ download.html 2001/07/03 09:24:24 1.30
@@ -123,8 +123,8 @@
<tr><td>
<blockquote>
<hr />
- <h2>Join our <a
href="critique.html">campaign</a> to influence the JSR47 API.
-</h2>
+ <h3>Join our <a
href="critique.html">effort</a> to influence the JSR47 API.
+</h3>
<hr />
<p>Download version 1.1.3 including
<i>full source code</i>, class files
and documentation in
@@ -162,8 +162,12 @@
<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><a href="http://www.geocities.com/oburn/chainsaw/"><b>Chainsaw</b></a></dt>
+ <dd>Chainsaw is 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.
+</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://jakarta.apache.org/taglibs/doc/log-doc/intro.html">
@@ -171,22 +175,17 @@
</dt>
<dd>A custom log tag from the <a
href="http://jakarta.apache.org/taglibs/index.html">Jakarta Taglibs</a> project.</dd>
- <dt><a href="http://www.epesh.com/logtags.jsp"><b>The Log Tag Library</b></a></dt>
+ <dt><a href="http://www.adjacency.org/logtags.jsp"><b>The Log Tag
Library</b></a></dt>
<dd>Yet another tag library designed to give JSP tag-level access to log4j.</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></dt>
+ <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>
- <p>If you would like your software
to be listed here, then send a note
-to the <a
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+ <p>If you would like your software
to be listed here, then send a note to the <a
href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
list.</p>
</blockquote>
</p>
1.12 +5 -5 jakarta-log4j/docs/earlier.html
Index: earlier.html
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/earlier.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- earlier.html 2001/05/20 15:03:06 1.11
+++ earlier.html 2001/07/03 09:24:25 1.12
@@ -14,7 +14,7 @@
<meta name="author" value="Ceki
Gulcu">
<meta name="email" value="[EMAIL PROTECTED]">
- <title>Log4j project - log4j project</title>
+ <title>Log4j project - Older distributions</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -123,14 +123,14 @@
<tr><td>
<blockquote>
<hr />
- <p><b>BEWARE:</b> For some reason
Internet Explorer decides to rename
-".tgz" files as ".tar". You should rename the files back to tgz after
-the download completes.</p>
+ <p><b>BEWARE:</b> For some reason
Internet Explorer decides to
+rename ".tar.gz" files as ".tar". You should rename the files back to
+<code>tar.gz</code> after the download completes.</p>
<hr />
<dl>
<dt><b>jakarta-log4j-1.0.4</b></dt>
<dd>
- Download full package in <a href="../jakarta-log4j-1.0.4.tgz">TGZ</a> format.
+ Download full package in <a href="../jakarta-log4j-1.0.4.tar.gz">TAR.GZ</a>
format.
</dd>
</dl>
1.12 +2 -2 jakarta-log4j/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-log4j/docs/index.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- index.html 2001/06/17 07:33:54 1.11
+++ index.html 2001/07/03 09:24:27 1.12
@@ -123,8 +123,8 @@
<tr><td>
<blockquote>
<hr />
- <h2>Join our <a
href="critique.html">campaign</a> to influence the JSR47 API.
-</h2>
+ <h3>Join our <a
href="critique.html">effort</a> to influence the JSR47 API.
+</h3>
<hr />
<p>Inserting log statements into
your code is a low-tech method for
debugging it. It may also be the only way because debuggers are not
1.28 +7 -4 jakarta-log4j/src/xdocs/download.xml
Index: download.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- download.xml 2001/06/23 19:39:39 1.27
+++ download.xml 2001/07/03 09:24:38 1.28
@@ -35,8 +35,8 @@
<section name="log4j version 1.1.3">
<hr/>
-<h2>Join our <a href="critique.html">campaign</a> to influence the JSR47 API.
-</h2>
+<h3>Join our <a href="critique.html">effort</a> to influence the JSR47 API.
+</h3>
<hr/>
<p>Download version 1.1.3 including <i>full source code</i>, class files
@@ -72,8 +72,11 @@
<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></dt><a
- href="http://www.servidium.com/site/logfactor5/index.html"><b>LogFactor5</b></a>
+ <dt><a href="http://www.geocities.com/oburn/chainsaw/"><b>Chainsaw</b></a></dt>
+ <dd>Chainsaw is 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.
+</dd>
+
+ <dt><a
href="http://www.servidium.com/site/logfactor5/index.html"><b>LogFactor5</b></a></dt>
<dd>A GUI appender (commercial).</dd>
1.6 +4 -6 jakarta-log4j/src/xdocs/earlier.xml
Index: earlier.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/earlier.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- earlier.xml 2001/06/23 19:41:42 1.5
+++ earlier.xml 2001/07/03 09:24:39 1.6
@@ -10,16 +10,14 @@
<section name="Older distributions of the log4j package">
-<hr/>
-<p><b>BEWARE:</b> For some reason Internet Explorer decides to rename
-".tgz" files as ".tar". You should rename the files back to tgz after
-the download completes.</p>
-<hr/>
+<hr/> <p><b>BEWARE:</b> For some reason Internet Explorer decides to
+rename ".tar.gz" files as ".tar". You should rename the files back to
+<code>tar.gz</code> after the download completes.</p> <hr/>
<dl>
<dt><b>jakarta-log4j-1.0.4</b></dt>
<dd>
- Download full package in <a href="../jakarta-log4j-1.0.4.tgz">TGZ</a> format.
+ Download full package in <a href="../jakarta-log4j-1.0.4.tar.gz">TAR.GZ</a>
format.
</dd>
</dl>
1.5 +2 -2 jakarta-log4j/src/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/index.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- index.xml 2001/06/19 15:45:07 1.4
+++ index.xml 2001/07/03 09:24:40 1.5
@@ -13,8 +13,8 @@
<section name="Introduction">
<hr/>
-<h2>Join our <a href="critique.html">campaign</a> to influence the JSR47 API.
-</h2>
+<h3>Join our <a href="critique.html">effort</a> to influence the JSR47 API.
+</h3>
<hr/>
<p>Inserting log statements into your code is a low-tech method for
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]