While there is a comment here showing that it was understood the JDK has a different convention, the wrong format method was used here. The JDK uses MessageFormat.
I have not tested this PR and cannot assure that I have made the correct change, a reviewer should test this fork and see if invoking the system logger with extra parameters, i.e. log("Hello, {0}!", "world") outputs correctly.
I didn't sign this off with DCO as I missed out the contribution instructions in the README - if this is denied I'll go and make a Jira ticket for it etc
The test suite will likely fail because it is using the wrong formatting convention as well!
While there is a comment here showing that it was understood the JDK has a different convention, the wrong format method was used here. The JDK uses MessageFormat.
I have not tested this PR and cannot assure that I have made the correct change, a reviewer should test this fork and see if invoking the system logger with extra parameters, i.e.
log("Hello, {0}!", "world")
outputs correctly.