You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@logging.apache.org by ce...@apache.org on 2003/12/22 14:28:35 UTC

cvs commit: logging-site/src/xdocs index.xml

ceki        2003/12/22 05:28:35

  Modified:    docs     index.html
               src/xdocs index.xml
  Log:
  modified log to JPEG file
  
  Revision  Changes    Path
  1.6       +1 -25     logging-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/logging-site/docs/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	22 Dec 2003 13:27:18 -0000	1.5
  +++ index.html	22 Dec 2003 13:28:35 -0000	1.6
  @@ -94,31 +94,7 @@
         <tr><td>&nbsp;</td></r> 
         <tr><td>
           <blockquote>
  -                                    <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 always available or applicable.  This is
  -	often the case for distributed applications.</p>
  -                                                    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#828DA6">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="toto tot ott "><strong>toto tot ott </strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  -                                    <p>In addition to many performance improvements, bug fixes,
  -          and other small enhancements, log4j 1.2 adds JMX support,
  -          Mapped Diagnostic Contexts, JDBC logging, graphical log
  -          viewer (chainsaw), and buffered IO capability. One important
  -          change is the replacement of the Category class with Logger
  -          class and the Priority class with the Level class in order
  -          to facilitate migrating from the JDK 1.4 logging API to
  -          log4j.
  -          </p>
  -                            </blockquote>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
  +                                    <p>Work in progress</p>
                               </blockquote>
           </p>
         </td></tr>
  
  
  
  1.3       +1 -16     logging-site/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/logging-site/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	22 Dec 2003 10:46:18 -0000	1.2
  +++ index.xml	22 Dec 2003 13:28:35 -0000	1.3
  @@ -13,22 +13,7 @@
       <section name="Welcome to Logging Services Project @ Apache">
   
   
  -      <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 always available or applicable.  This is
  -	often the case for distributed applications.</p>
  -
  -       <subsection name="toto tot ott ">
  -          <p>In addition to many performance improvements, bug fixes,
  -          and other small enhancements, log4j 1.2 adds JMX support,
  -          Mapped Diagnostic Contexts, JDBC logging, graphical log
  -          viewer (chainsaw), and buffered IO capability. One important
  -          change is the replacement of the Category class with Logger
  -          class and the Priority class with the Level class in order
  -          to facilitate migrating from the JDK 1.4 logging API to
  -          log4j.
  -          </p>
  -        </subsection>
  +      <p>Work in progress</p>
   
       </section>
     </body>