You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/06/07 23:11:48 UTC

cvs commit: jakarta-commons/logging/xdocs guide.xml

rdonkin     2004/06/07 14:11:48

  Modified:    logging/xdocs guide.xml
  Log:
  Fixed bad links in guide. Bug #29430 Thanks Tim :)
  
  Revision  Changes    Path
  1.7       +4 -4      jakarta-commons/logging/xdocs/guide.xml
  
  Index: guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/xdocs/guide.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- guide.xml	31 May 2004 10:06:32 -0000	1.6
  +++ guide.xml	7 Jun 2004 21:11:48 -0000	1.7
  @@ -69,8 +69,8 @@
                       <ol>
                           <li><a href='#Is JCL Thread Safe?'>Is JCL Thread Safe?</a></li>
                           <li><a href='#Why "xxxLogger does not implement Log"?'>Why "xxxLogger does not implement Log"?</a></li>
  -                        <li><a href='#Why "How Can I Switch Logging Levels On And Off?'>How Can I Switch Logging Levels On And Off?</a></li>
  -                        <li><a href='#Why "How Can I Change The Logging System Configuration?"?'>How Can I Change The Logging System Configuration?</a></li>
  +                        <li><a href='#How Can I Switch Logging Levels On And Off?'>How Can I Switch Logging Levels On And Off?</a></li>
  +                        <li><a href='#How Do I Change The Logging System Configuration?'>How Do I Change The Logging System Configuration?</a></li>
                       </ol>
                   </li>
               </ol>
  @@ -616,11 +616,11 @@
       </subsection>
           <subsection name='How Can I Switch Logging Levels On And Off?'>
               <p>
  -See <a href='How Can I Change The Logging System Configuration?'>
  +See <a href='#How Do I Change The Logging System Configuration?'>
   How Can I Change The Logging System Configuration?</a>
           </p>
       </subsection>
  -        <subsection name='How Can I Change The Logging System Configuration?'>
  +        <subsection name='How Do I Change The Logging System Configuration?'>
               <p>
   The configuration supported by JCL is limited to choosing the underlying logging system.
   JCL does not (and will never) support changing the configuration of the wrapped logging system.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org