>This class is explicitly logging to category "httpclient.wire", not >"org.apache.commons.httpclient.Wire". I don't know why it was done this >way, but it sure looks deliberate so I would advise double-checking the >httpclient docs to see if they explain why. Or ask [httpclient] rather >than [logging].
It's done that way because the wire log cuts across a large number of classes and produces a lot of output, so people often want to leave httpclient.wire off but set the rest of HttpClient to debug. The HttpClient logging api is documented at http://jakarta.apache.org/commons/logging.html Regards, Adrian Sutton. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
