GitHub user bjlaub opened a pull request:
https://github.com/apache/logging-log4j2/pull/203
[LOG4J2-2363] pass object parameter to reusable events
make ReusableObjectMessage always pass its object as the first parameter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bjlaub/logging-log4j2
fix-reusable-object-message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/203.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 #203
----
commit 4bbdf98b55be8731e067f44aec7a10122c75ce68
Author: Brian Laub <bjlaub@...>
Date: 2018-08-08T16:16:30Z
[LOG4J2-2363] pass object parameter to reusable events
make ReusableObjectMessage always pass its object as the first parameter
----
---