We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
java.util.Formatter
1 parent 33341b5 commit d4b0192Copy full SHA for d4b0192
src/changelog/.2.x.x/1223_change_formatted_message_heuristic.xml
@@ -6,6 +6,6 @@
6
<issue id="1223" link="https://github.com/apache/logging-log4j2/issues/1223"/>
7
<description format="asciidoc">
8
Change the order of evaluation of `FormattedMessage` formatters.
9
- Messages are evaluated using `java.util.Format` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format.
+ Messages are evaluated using `java.util.Formatter` only if they don't comply to the `java.text.MessageFormat` or `ParameterizedMessage` format.
10
</description>
11
</entry>
0 commit comments