Hi Roland,

The logging guide is clear.
>From this I understood that we can use java.util Logging API.

But my doubt is as described below:

In HttpClient class we have following statements:

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

private static final Log LOG = LogFactory.getLog(HttpClient.class);

So to execute this we must have commons-logging.jar in the classpath.

If I will remove this jar file and configure HttpClient to use java.util
Logging API will it work?

Regards,
Lalit

-----Original Message-----
From: Roland Weber [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 09, 2007 5:29 PM
To: HttpClient User Discussion
Subject: Re: Logging Implementation

Hello Lalit,

which part of the logging guide is unclear?
http://jakarta.apache.org/commons/httpclient/logging.html

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to