You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2020/11/29 16:18:52 UTC

[GitHub] [logging-log4j2] carterkozak commented on a change in pull request #444: [draft/proof of concept] JTL memory optimizations

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



##########
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:
       I think this would make more sense in the StringBuilders utility class, but I put it here for uniformity with the overload.




----------------------------------------------------------------
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:
users@infra.apache.org