[
https://issues.apache.org/jira/browse/LOG4J2-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338406#comment-15338406
]
Anthony Maire commented on LOG4J2-1438:
---------------------------------------
I think that having getParametersCount() + getParameter(int) would be better:
it may be useful to write some gc-free custom filters that need access to
parameters for instance
> Add method getParameter() to ObjectMessage (and ReusableObjectMessage)
> ----------------------------------------------------------------------
>
> Key: LOG4J2-1438
> URL: https://issues.apache.org/jira/browse/LOG4J2-1438
> Project: Log4j 2
> Issue Type: Improvement
> Components: API
> Affects Versions: 2.6, 2.6.1
> Reporter: Remko Popma
> Fix For: 2.7
>
>
> While analysing LOG4J2-1397 I found it is currently not possible for client
> code to get a reference to the Object in the ObjectMessage without creating a
> temporary (single-element) array (returned from {{getParameters()}}.
> This ticket proposes to add a method to the ObjectMessage and
> ReusableObjectMessage interface that gives direct access to the object
> parameter.
> I'm flexible with regards to the name of this new method. I thought of
> {{getParameter()}} but an alternative could be {{getObject()}} or something
> else.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]