ceki 2003/02/18 09:15:18 Modified: docs Tag: v1_2-branch manual.html Log: Small editing changes Revision Changes Path No revision No revision 1.33.2.4 +7 -8 jakarta-log4j/docs/manual.html Index: manual.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/manual.html,v retrieving revision 1.33.2.3 retrieving revision 1.33.2.4 diff -u -r1.33.2.3 -r1.33.2.4 --- manual.html 18 Feb 2003 16:50:12 -0000 1.33.2.3 +++ manual.html 18 Feb 2003 17:15:17 -0000 1.33.2.4 @@ -25,10 +25,9 @@ edition of JavaWorld. However, the present article contains more detailed and up to date information. The present short manual also borrows some text from <a - href="http://www.flashline.com/components/view.jsp?prodid=4702&affiliateid=657173"> - "<em>The complete log4j manual</em>"</a> by the same author - (yours truly). - + href="https://www.qos.ch/shop/products/clm_t.jsp">"<em>The + complete log4j manual</em>"</a> by the same author (yours + truly). <h2>Abstract</h2> @@ -54,8 +53,8 @@ latest log4j version, including full-source code, class files and documentation can be found at <a href="http://jakarta.apache.org/log4j/"><b>http://jakarta.apache.org/log4j/</b></a>. -By the way, log4j has been ported to the C, C++, C#, Python, Ruby, and -Eiffel languages. +By the way, log4j has been ported to the C, C++, C#, Perl, Python, +Ruby, and Eiffel languages. <p>Inserting log statements into code is a low-tech method for debugging it. It may also be the only way because debuggers are not @@ -71,7 +70,7 @@ development cycle, a sufficiently rich logging package can also be viewed as an auditing tool. -<p>As Brian W. Kernigan and Rob Pike put it in their truly excellent +<p>As Brian W. Kernighan and Rob Pike put it in their truly excellent book <i>"The Practice of Programming"</i> <pre> As personal choice, we tend not to use debuggers beyond getting a @@ -821,7 +820,7 @@ <p><li>Set the <code>resource</code> string variable to the value of the <b>log4j.configuration</b> system property. <em>The preferred - way to specify the default initialization file is thourough the + way to specify the default initialization file is through the <b>log4j.configuration</b> system property.</em> In case the system property <b>log4j.configuration</b> is not defined, then set the string variable <code>resource</code> to its default value
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]