You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Kent Tong <ke...@cpttm.org.mo> on 2006/01/02 04:24:42 UTC

Re: logging using log4j

Christopher Cheng <mylist <at> chrishome.com> writes:

> I was trying to log the envelope/payloads of all soap messages
> to a file using log4j, but it seems that it doesn’t work. Can anybody
> point out what’s wrong with my configuration? 

If you need it on the client side, set the log level to debug 
(but it will log a lot other info).

If you just want the soap mesages, use the 
org.apache.axis.handlers.LogHandler.

--
Author of a book for learning Apache Axis (http://www.agileskills2.org/DWSAA)