You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/08/06 17:22:12 UTC

cvs commit: jakarta-log4j/src/xdocs documentation.xml download.xml

ceki        01/08/06 08:22:12

  Modified:    src/xdocs documentation.xml download.xml
  Log:
  - Added reference to log4jME in download.html
  
  - Small typo correction in documentation.html
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-log4j/src/xdocs/documentation.xml
  
  Index: documentation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/xdocs/documentation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- documentation.xml	2001/08/02 19:56:11	1.7
  +++ documentation.xml	2001/08/06 15:22:12	1.8
  @@ -46,7 +46,7 @@
     
     <p>
       <li>
  -      <a href="deepExtension.html"><b>extending log4j</b></a> and
  +      <a href="deepExtension.html"><b>extending log4j</b></a>,
       </li>
     </p>
   
  
  
  
  1.32      +12 -2     jakarta-log4j/src/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- download.xml	2001/07/20 07:54:30	1.31
  +++ download.xml	2001/08/06 15:22:12	1.32
  @@ -42,8 +42,8 @@
   </p>
   
    
  -<p><a
  -href="http://www.javaworld.com/javaworld/jw-05-2001/jw-0504-finalists.html"><img
  +<p>
  +<a href="http://www.javaworld.com/javaworld/jw-05-2001/jw-0504-finalists.html"><img
   src="images/ecaward_finalist_logo.gif" align="right"
   border="0"/></a>Version 1.1.3 is the 21st major public release of
   log4j. It is backward compatible with log4j version 1.0.x.</p>
  @@ -57,6 +57,16 @@
   <section name="Third-party software">
   
   <dl>
  +  <dt><a href="http://qos.ch/"><b>log4j<em>ME</em></b></a></dt>
  +  <dd>Log4j<em>ME</em>, or log4j MicroEdition, is based on the same
  +  code as log4j. However, as the name indicates the micro-edition is
  +  much smaller. It offers the same client interface such that code
  +  compiled for log4jME is 100% compatible with log4j standard
  +  edition. You can choose to upgrade to log4j standard edition at any
  +  time by replacing <em>log4jME.jar</em> with <em>log4j.jar</em> in
  +  your classpath.
  +  </dd>
  +
     <dt><a href="http://sourceforge.net/projects/log4cpp/"><b>log4cpp</b></a></dt>
     <dd>A library of C++ classes for flexible logging to files, syslog, IDSA and 
         other destinations modeled after log4j by Bastiaan Bakker.</dd>
  
  
  

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