rdonkin     2003/10/13 06:44:16

  Modified:    logging  usersguide.html
  Log:
  Fixed some bad links. (Thanks to James Mitchell for the spot.)
  
  Revision  Changes    Path
  1.6       +3 -3      jakarta-commons/logging/usersguide.html
  
  Index: usersguide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/usersguide.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- usersguide.html   1 May 2003 16:55:29 -0000       1.5
  +++ usersguide.html   13 Oct 2003 13:44:16 -0000      1.6
  @@ -86,12 +86,12 @@
           <code>org.apache.commons.logging.log</code> is also consulted).</li>
       <li>If the Log4J logging system is available in the application
           class path, use the corresponding wrapper class
  -        (<a href="impl/Log4JLogger.html">Log4JLogger</a>).</li>
  +        (<a 
href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/Log4JLogger.html";>Log4JLogger</a>).</li>
       <li>If the application is executing on a JDK 1.4 system, use
           the corresponding wrapper class
  -        (<a href="impl/Jdk14Logger.html">Jdk14Logger</a>).</li>
  +        (<a 
href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/Jdk14Logger.html";>Jdk14Logger</a>).</li>
       <li>Fall back to the default simple logging wrapper
  -        (<a href="impl/SimpleLog.html">SimpleLog</a>).</li>
  +        (<a 
href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/SimpleLog.html";>SimpleLog</a>).</li>
       </ol>
       
   Consult the <em>Commons-Logging</em> javadocs for details of the various 
<code>Log</code>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to