Return-Path: Delivered-To: apmail-jakarta-httpcomponents-commits-archive@www.apache.org Received: (qmail 61509 invoked from network); 11 Aug 2007 08:31:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2007 08:31:34 -0000 Received: (qmail 26335 invoked by uid 500); 11 Aug 2007 08:31:32 -0000 Delivered-To: apmail-jakarta-httpcomponents-commits-archive@jakarta.apache.org Received: (qmail 26319 invoked by uid 500); 11 Aug 2007 08:31:32 -0000 Mailing-List: contact httpcomponents-commits-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: httpcomponents-dev@jakarta.apache.org Delivered-To: mailing list httpcomponents-commits@jakarta.apache.org Received: (qmail 26310 invoked by uid 99); 11 Aug 2007 08:31:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2007 01:31:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Aug 2007 08:31:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 698201A981A; Sat, 11 Aug 2007 01:31:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r564858 - /jakarta/httpcomponents/oac.hc3x/trunk/xdocs/logging.xml Date: Sat, 11 Aug 2007 08:31:13 -0000 To: httpcomponents-commits@jakarta.apache.org From: rolandw@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070811083113.698201A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ HttpClient Logging Practices - Commons HttpClient + HttpComponents Team $Id$ @@ -14,10 +14,10 @@ Being a library HttpClient is not to dictate which logging framework the user has to use. Therefore HttpClient utilizes the logging interface provided by the - - Jakarta Commons Logging package. Commons Logging provides + + Commons Logging package. Commons Logging provides a simple and generalized - + log interface to various logging packages. By using Commons Logging, HttpClient can be configured for a variety of different logging behaviours. That means the user will have @@ -27,7 +27,7 @@
  • Log4J
  • java.util.logging
  • -
  • +
  • SimpleLog (internal to Commons Logging)
  • By implementing some simple interfaces Commons Logging can be extended to support