image_pdfimage_print

httpclient 로깅

commons-httpclient-xx.xx.jar 사용 시, 로깅 방법  <logger name=”httpclient.wire” level=”debug” /> org.apache.commons.httpclient.Wire 안의 public static Wire HEADER_WIRE = new Wire(LogFactory.getLog(“httpclient.wire.header”)); public static Wire CONTENT_WIRE […]