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

Posted

tags:

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

参考技术A slf4j是日志打印的工具类,只在pom.xml中添加了依赖配置。错误说是加载“org.slf4j.impl.StaticLoggerBinder”失败,翻阅官网找到问题描述:

添加slf4j-nop.jar依赖:

具体版本后,请根据自己项目的依赖版本而定,保持一致!

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博客

 

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

Failed to load or instantiate TagLibraryValidator class: org.apache.taglibs.standard.tlv.JstlCoreTLV

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

Unable to load configuration.

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

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

failed to load class "org.sl4j.impl.StaticLoggerBinder"