Hi I'm using a CXF 2.1.3 client to call several web services, definitions and configurations are done via a Spring context file. I'd like to be able to log WS exchanges in different log files : one file per web service.
I managed to log all services calls within a single log file by using LoggingIn/OutInterceptors in DEBUG mode within log4j, but so far I don't understand yet how to split the logging per web service conduit. - Is it doable within CXF ? - Does log4j support routing to different appenders given a pattern within the to-be-logged string ? Thanks if you can help :) laurent -- <a href="http://in-pocket.blogspot.com">http://in-pocket.blogspot.com - Mobile world, technology and more</a>
