Re: Client-side logging in CXF?

2007-09-02 Thread Willem2
/ /classpath /java /target Thanks, Glen [1] http://cwiki.apache.org/CXF20DOC/debugging.html -- View this message in context: http://www.nabble.com/Client-side-logging-in-CXF--tf4365109.html#a12449810 Sent from the cxf-user mailing list archive at Nabble.com.

Client-side logging in CXF?

2007-09-01 Thread Glen Mazza
Hello, What is the logging system used in Apache CXF -- Log4j or J2SE logging? Also, when I'm running a web service client using a CXF-generated SEI using an Ant target similar to the below, I am only getting INFO level output on the command line. How do I get DEBUG-level output? The current