When Use with slf4j,
String test = blahblahblah; logger.info(\"{}\",test);
Trace as below
java.lang.NoSuchMethodError: org.
This looks like you have a different version of the MessageFormatter class than your JDK14LoggerAdapter class. Control your classpath.