为了在普通的Java应用程序中启用apache commons HttpClient的日志记录,我使用了:
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog");
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "debug");
但是在android上,我在LogCat中看不到日志。
我错过了什么吗?
子衿沉夜
慕尼黑的夜晚无繁华
相关分类