Github user cakofony commented on the issue:
https://github.com/apache/logging-log4j2/pull/150
another option here is to update #149 to hold `ThreadLocal<Object[]>` for
1-3 parameters where we can copy chunks of the parameters array rather than
allocating a new one.
That way we don't have to expand the API.
Thoughts?---
