You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/08/11 10:31:13 UTC

svn commit: r564858 - /jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml

Author: rolandw
Date: Sat Aug 11 01:31:12 2007
New Revision: 564858

URL: http://svn.apache.org/viewvc?view=rev&rev=564858
Log:
updated links to Commons Logging and the dev mailing list

Modified:
    jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml

Modified: jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml?view=diff&rev=564858&r1=564857&r2=564858
==============================================================================
--- jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml (original)
+++ jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml Sat Aug 11 01:31:12 2007
@@ -4,7 +4,7 @@
 
    <properties>
       <title>HttpClient Logging Practices</title>
-      <author email="commons-httpclient-dev@jakarta.apache.org">Commons HttpClient</author>
+      <author email="httpcomponents-dev@jakarta.apache.org">HttpComponents Team</author>
       <revision>$Id$</revision>
    </properties>
 
@@ -14,10 +14,10 @@
             Being a library HttpClient is not to dictate which logging framework
             the user has to use. Therefore  <em>HttpClient</em> utilizes the logging 
             interface provided by the
-            <a href="http://jakarta.apache.org/commons/logging/">
-            Jakarta Commons Logging</a> package.  <em>Commons Logging</em> provides
+            <a href="http://commons.apache.org/logging/">
+            Commons Logging</a> package.  <em>Commons Logging</em> provides
             a simple and generalized 
-            <a href="http://jakarta.apache.org/commons/logging/api/index.html">
+            <a href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/">
             log interface</a> to various logging packages. By using
             <em>Commons Logging</em>, <em>HttpClient</em> can be configured
             for a variety of different logging behaviours. That means the user will have
@@ -27,7 +27,7 @@
               <li><a href="http://logging.apache.org/log4j/docs/index.html">Log4J</a></li>
               <li><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/logging/package-summary.html">
                   java.util.logging</a></li>
-              <li><a href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/SimpleLog.html">
+              <li><a href="http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/org/apache/commons/logging/impl/SimpleLog.html">
                   SimpleLog</a> (internal to <em>Commons Logging</em>)</li>  
             </ul>
             By implementing some simple interfaces <em>Commons Logging</em> can be extended to support