Hi everyone ! I would like to log all the CXF verbose stuff on a file, which is already used for some other logging. I created the log file programmatically through the Java SE Logger class (and I won't change that, it's a design choice to create it programmatically). So basically, I have a Logger, with an appender configured, all of this programatically, and I would like CXF to use it _and nothing else_ to log messages.
I use Simple Frontend, I guess that I must do something with Logging(In|Out)Interceptor, but I don't know what :S Many thanks in advance. -- Pierre. Some people, when confronted with a problem, think "I know, I'll use XML". Now they have two problems. -- Jamie Zawinski / James Robertson
