You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/22 20:41:58 UTC

cvs commit: jakarta-cactus/documentation/docs/xdocs getting_started.xml

vmassol     2002/07/22 11:41:58

  Modified:    documentation/docs/xdocs getting_started.xml
  Log:
  update documentation for the new commons logging jar
  
  Revision  Changes    Path
  1.5       +12 -3     jakarta-cactus/documentation/docs/xdocs/getting_started.xml
  
  Index: getting_started.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/getting_started.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- getting_started.xml	14 May 2002 22:28:05 -0000	1.4
  +++ getting_started.xml	22 Jul 2002 18:41:58 -0000	1.5
  @@ -133,9 +133,18 @@
             configuration, etc).
           </li>
           <li>
  -          <strong><code>log4j.jar</code>(optional)</strong> : Cactus uses
  -          Log4j for performing all internal logging. This jar is optional and if
  -          you don't put in the classpaths, no logs will be generated.
  +          <strong><code>commons-logging.jar</code></strong> : Cactus uses
  +          the Jakarta Commons Logging facade framework to provide seamless
  +          Cactus logging using any existing Logging framework (Log4j,
  +          LogKit, JDK 1.4 Logging, etc). It is also needed for Commons
  +          HttpClient.
  +        </li>
  +        <li>
  +          <strong><code>logging framework</code>(optional)</strong> : The
  +          logging framework to use (Log4j jar, LogKit jar, etc). It is optional
  +          as it is only needed for internal Cactus logging and in addition, the
  +          Commons Logging framework provides a simple logger that logs on the
  +          console.
           </li>
         </ul>
         <p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>