gpt4 book ai didi

spring - 如何在 Spring 5 中使用 log4j?

转载 作者:行者123 更新时间:2023-12-01 00:25:09 26 4
gpt4 key购买 nike

我在 Spring 5 中使用 Log4j 时遇到了麻烦,以前我在 Spring 中使用 Log4j 是这样的:

<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/config/log4j.properties</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>

现在,我想在 Spring 5 中使用 Log4j,但是没有名为“org.springframework.web.util.Log4jConfigListener”的类。我能做什么?

最佳答案

根据 Spring 4.2.1 文档,Log4jConfigListener 已弃用,取而代之的是 Apache Log4j 2(遵循 Apache 的 log4j 1.x EOL 声明)。所以,我从 web.xml 中删除了包含此类的部分,然后一切正常。此外,我已将 log4j.properties 添加到 applicationContext.xml 的“util:properties”部分。

关于spring - 如何在 Spring 5 中使用 log4j?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45585531/

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