Failed to load class "org.slf4j.impl.StaticLoggerBinder"

今天使用sl4j-1.7.2版本,
发生 Failed to load class "org.slf4j.impl.StaticLoggerBinder"错误,
解决方案:
This error is reported when the org.slf4j.impl.StaticLoggerBinder  class  could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the  class  path. Placing one (and only one) of slf4j-nop-1.7.2.jar, slf4j-simple -1.7.2 .jar, slf4j-log4j12 -1.7.2 .jar, slf4j-jdk14 -1.7.2 .jar on the  class  path should solve the problem.  

  

 

你可能感兴趣的:(slf4j)