I am a newbie for commons project and have a dumb question. I was trying out Apache HttpClient. I am trying to use Jdk14Logger assuming that I can use java's native logging support

Logger logger = new Jdk14Logger("System").getLogger();
This is how I get java logger. How do I tell HttpClient to use this Logger from withing program? And will this work for setting levels? logger.setLevel(Level.ALL);


Kedar



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



Reply via email to