apache-JAR升级后,log4j找不到软件包

时间:2020-08-11 08:16:21

标签: java logging jar log4j

Java记录器:

对于我的Java项目,我用dhparam升级了(替换)了JAR文件ecparamlog4j-api-2.1.jar,它开始显示错误-log4j-core-2.1.jar

log4j-core-2.13.3.jar

enter image description here

https://mvnrepository.com/artifact/log4j/log4j https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core http://logging.apache.org/log4j/log4j-2.11.2/maven-artifacts.html

参考以上链接,我试图将软件包名称更改为。 could not find package如下,但是import org.apache.log4j.Logger; 发现当时缺少。

import org.apache.logging.log4j.*

enter image description here

我环顾了一些(以下)示例,但找不到合适的解决方案: https://www.tutorialspoint.com/log4j/log4j_sample_program.htm

什么是解决此问题的合适方法?

0 个答案:

没有答案