You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2009/03/01 21:37:29 UTC

svn commit: r749089 - /httpcomponents/project/src/site/apt/user-docs.apt

Author: olegk
Date: Sun Mar  1 20:37:29 2009
New Revision: 749089

URL: http://svn.apache.org/viewvc?rev=749089&view=rev
Log:
Added logging guide to the list of user docs

Modified:
    httpcomponents/project/src/site/apt/user-docs.apt

Modified: httpcomponents/project/src/site/apt/user-docs.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/apt/user-docs.apt?rev=749089&r1=749088&r2=749089&view=diff
==============================================================================
--- httpcomponents/project/src/site/apt/user-docs.apt (original)
+++ httpcomponents/project/src/site/apt/user-docs.apt Sun Mar  1 20:37:29 2009
@@ -86,6 +86,9 @@
     * {{{httpcomponents-client/ntlm.html}NTLM support}} -
     How to enable support for NTLM authentication in HttpClient.
 
+    * {{{httpcomponents-client/logging.html}Logging guide}} -
+    How to enable internal context / wire logging in HttpClient.
+
 * JavaDocs
 
     * {{{httpcomponents-core/httpcore/apidocs/index.html}HttpCore API}}