You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2012/08/09 10:02:19 UTC

[jira] [Assigned] (CXF-4368) LoggingInterceptors don't encourage reuse

     [ https://issues.apache.org/jira/browse/CXF-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-4368:
---------------------------------

    Assignee: Freeman Fang
    
> 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
>            Assignee: Freeman Fang
>            Priority: Minor
>         Attachments: CXF-4368.diff
>
>
> 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