Hello Pankaj,

Pankaj Arora wrote:
> Thanks. That worked. But I want more control at run time for logging on
> wire by httpclient.
> So what are advanced logging implementation, that can be used.

Please refer to the commons-logging documentation for available
implementations:
http://jakarta.apache.org/commons/logging/

You may also want to check out SLF4J, it is binary compatible
with Jakarta Commons Logging:
http://www.slf4j.org/
It's license is not Apache, but compatible.

Both frameworks will allow you to implement your own logging
backend if none of the defaults suit your needs.

hope that helps,
  Roland


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

Reply via email to