When Use with slf4j,
String test = blahblahblah;
logger.info(\"{}\",test);
Trace as below
java.lang.NoSuchMethodError: org.
I expect that this is because of uncompatible version, like (if you are running your application 6.0 and holding a jar file (slf4j 1.5) or holding both (slf4j 1.5 and 1.6)) then exception might raised.
suggestion is go for proper version dont place more than one version file (slf4f 1.5 and slf4j 1.6) file in the build path, delete the appropriate one
and
then run sure, you will get it.