Hi all

I m logging my soap in/out xml using the annotations 
@InInterceptors(interceptors =
"org.apache.cxf.interceptor.LoggingInInterceptor")
@OutInterceptors(interceptors =
"org.apache.cxf.interceptor.LoggingOutInterceptor")

That works great. requests and response are logged in my application server
log .

Now I wish to save theme in a specific file . How can I do such  a
configuration? at its simplest way. (avoiding xml config)

I was on the CXF apache officiel website but I did not find any exemple or
documentation that deal with that. 
An other anotation 
@Features(features = "com.francetelecom.tsi.webServices.AnnotationFeature")
but do not know how to configure


Thanks in advance. 


MA

--
View this message in context: 
http://cxf.547215.n5.nabble.com/specify-the-output-file-for-CXF-logging-tp5105452p5105452.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to