JWT007 commented on issue #3478:
URL: 
https://github.com/apache/logging-log4j2/issues/3478#issuecomment-2674860751

   @ppkarwasz by the way, KeyValuePairComponentBuilder handles it differently.
   
     ```
   public DefaultKeyValuePairComponentBuilder(
               final DefaultConfigurationBuilder<? extends Configuration> 
builder, final String key, final String value) {
           super(builder, "KeyValuePair");
           addAttribute("key", key);
           addAttribute("value", value);
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to