Github user garydgregory commented on the issue: https://github.com/apache/logging-log4j2/pull/110 I wonder if the KeyValuePair[] should be pulled up from GelfLayout up to its superclass AbstractStringLayout. This would let other layouts like AbstractJacksonLayout use it since it also subclasses AbstractStringLayout.
---