SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.相关的知识,希望对你有一定的参考价值。

具体错误:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

缺少slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar中的一个。怎么办?下载啊。

Central Repository: org/slf4jhttps://repo1.maven.org/maven2/org/slf4j/或者

官方下载:slf4j-nop.jar slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar_柳鲲鹏-CSDN博客

 

以上是关于SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.的主要内容,如果未能解决你的问题,请参考以下文章

IDEA:SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder“.

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

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

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

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

SLF4J: Failed to load class "org.slf4j.impl.StaticLo