Return to Snippet

Revision: 55078
at January 25, 2012 03:54 by rowntreerob


Initial Code
-Dorg.apache.commons.logging.Log="org.apache.commons.logging.impl.SimpleLog"
-Dorg.apache.commons.logging.simplelog.showdatetime="true"
-Dorg.apache.commons.logging.simplelog.defaultlog="debug"

-- key stmt above for run config sysProps is for the 'simplelog.defaultlog'
   when that was added, level_all came thru to stderr in eclipse

Initial URL
http://hc.apache.org/httpcomponents-client-ga/logging.html

Initial Description
For impl of 'simpleLog', in eclipse, the default instructions did not work for me , providing LEVEL_ALL logs until i added one additional prop not mentioned in the link

Initial Title
java commons logging - httpclient - simpleLog

Initial Tags
java, log

Initial Language
Bash