gpt4 book ai didi

Java日志: failed to load slf4j but I'm using log4j2.如何修复?

转载 作者:行者123 更新时间:2023-12-02 11:20:47 24 4
gpt4 key购买 nike

当我运行 jar 文件时,出现以下错误:

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,我使用的是 log4j2。它由依赖项使用。 Maven 正确地将 org.slf4j:slf4j-api 包含为我正在使用的库的传递依赖项。

如何消除此警告?我什至不想记录这种依赖关系的问题。

最佳答案

我已经用这个依赖项解决了它:

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.11.0</version>
</dependency>

这将添加 log4j2 作为 slf4j api 的实现。如果需要,我什至可以显示依赖项的日志事件。

关于Java日志: failed to load slf4j but I'm using log4j2.如何修复?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49931103/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com