GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/150
Added ReusableMessage.forEachParameter
This method allows us to iterate over parameters in a
ReusableMessage without array creation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2
message_parameter_for_each
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/150.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #150
----
commit 7fcacce40c6210d13200ced50dc517ccd612e5d7
Author: Carter Kozak <c4kofony@...>
Date: 2018-02-14T19:48:00Z
Added ReusableMessage.forEachParameter
This method allows us to iterate over parameters in a
ReusableMessage without array creation.
----
---