vy commented on a change in pull request #444:
URL: https://github.com/apache/logging-log4j2/pull/444#discussion_r532441454



##########
File path: 
log4j-api/src/main/java/org/apache/logging/log4j/message/ParameterizedMessage.java
##########
@@ -302,6 +302,10 @@ public static String deepToString(final Object o) {
         return ParameterFormatter.deepToString(o);
     }
 
+    public static void deepToString(final Object o, final StringBuilder buf) {

Review comment:
       Fine by me. That said, @remkop, @jvz, and/or @rgoers might have a 
different opinion on this.




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