henryw374 commented on pull request #477:
URL: https://github.com/apache/logging-log4j2/pull/477#issuecomment-806511345


   I've sent a subscribe message to the list now. 
   
   To add a bit more info, there is a constructor of MapMessage which takes a 
single map arg :
   
       
   ```
   public MapMessage(final Map<String, V> map) {
           this.data = new SortedArrayStringMap(map);
       }
   ```
   
   which I am using already with things like maps of maps etc - which get 
printed to nested json. So the put* methods are inconsistent with that.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to