Yaytay created CXF-4368:
---------------------------
Summary: LoggingInterceptors don't encourage reuse
Key: CXF-4368
URL: https://issues.apache.org/jira/browse/CXF-4368
Project: CXF
Issue Type: Improvement
Affects Versions: 2.6
Reporter: Yaytay
Priority: Minor
I have my own logging interceptors that write to a database.
The code for these is largely a copy of the code in LoggingInInterceptor and
LoggingOutInterceptor, but as a copy it doesn't take advantage of changes in
those interceptors which may be necessary to take advantage of changes in CXF.
As a minimum I propose changing the line:
log(logger, buffer.toString());
to be a call to an overridable method so that the buffer can be accessed by
subclasses.
I may also introduce other overridable methods to give access to the raw
Message and abstract the LoggingMessage so that more custom data can be
collected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira