On Sat, 2008-10-25 at 20:45 +0100, sebb wrote: > I could not find any logging documentation for HttpClient 4.x. >
Hi Sebastian There is virtually no documentation for HttpClient 4.0 yet. I am planning to start working on rewriting all HttpClient guides for the new API as soon as I manage to complete the tutorial for HttpCore. It is a slow and painful process for me, so it may take a while. > As far as I can make out, the 3.1 logging guide is mostly applicable, > except that the logging names have changed: > > httpclient.wire is now > org.apache.http.wire > > httpclient.wire.header - is now > org.apache.http.headers > > org.apache.commons.httpclient - is now split into several parts: > > org.apache.http.client.protocol > org.apache.http.impl.client > org.apache.http.impl.conn > > Is this correct? > Yes, it is. Oleg > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
