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: [email protected]

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

Reply via email to