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 2023/01/01 19:23:36 UTC

[GitHub] [logging-log4j2] jvz commented on a diff in pull request #1171: [LOG4J2-3645] Minimal changes to allow flow tracing with LogBuilder

jvz commented on code in PR #1171:
URL: https://github.com/apache/logging-log4j2/pull/1171#discussion_r1059787265


##########
log4j-api/src/main/java/org/apache/logging/log4j/Logger.java:
##########
@@ -1686,6 +1687,14 @@ void fatal(String message, Object p0, Object p1, Object p2, Object p3, Object p4
      */
     <MF extends MessageFactory> MF getMessageFactory();
 
+    /**
+     * Gets the flow message factory used to convert messages into flow messages.
+     *
+     * @return the flow message factory, as an instance of {@link FlowMessageFactory}.
+     * @since 2.20
+     */
+    FlowMessageFactory getFlowMessageFactory();

Review Comment:
   Just wanted to say thanks for handling this here as I was also adding this field in 3.x, so that simplified things for me!



-- 
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-unsubscribe@logging.apache.org

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