RE: Using logger !

2008-04-24 Thread harbhanu
and useful reply. Regards, Harbhanu -Original Message- From: Willem Jiang [mailto:[EMAIL PROTECTED] Sent: Thursday, April 24, 2008 6:43 AM To: cxf-user@incubator.apache.org Subject: Re: Using logger ! I think you are talking about two difference thing. One is the Logging{In|Out}Interceptor

Using logger !

2008-04-23 Thread harbhanu
Hi, As per the documentation for CXF, incase the logger is associated with the SEI , using annotations, it enables logging for both client-server. Otherwise if it's done only for SEI Implementation, then it enable only server side logging. But to my surprise, once I have specified the

Re: Using logger !

2008-04-23 Thread Willem Jiang
I think you are talking about two difference thing. One is the Logging{In|Out}Interceptor which logs the request and response message and it could be configured with annotation. The other is the logging.Properties file which could configure the j.u.l 's logging level. Since the logging