Most likely, the best option would be to take the code for our LoggingOutInterceptor and write your own version that implements whatever you need. It's open source, you can muck with it all you want. :-)
Dan On Friday 08 August 2008 3:15:25 pm Santosh Kulkarni wrote: > What would be the best way to custom log the message? > > Let me elaborate. I want to mask out some sensitive information before > the logging interceptor logs it. > > > > I have looked at the org.apache.cxf.interceptor.LogginginInterceptor. > > I could take this as an example and code and configure this interceptor > in the appropriate phase (RECEIVE?). I just wanted to ask around before > I embark on such a task. > > > > Thanks > > Santosh -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
