ceki 2003/01/03 01:10:36 Modified: docs manual.html Log: Minor corrections signalled by Bernhard Wagner Revision Changes Path 1.37 +4 -4 jakarta-log4j/docs/manual.html Index: manual.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/manual.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- manual.html 3 Dec 2002 17:37:02 -0000 1.36 +++ manual.html 3 Jan 2003 09:10:36 -0000 1.37 @@ -55,8 +55,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 @@ -72,7 +72,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 @@ -822,7 +822,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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>