当前位置:网站首页>Error statuslogger log4j2 could not find a logging implementation
Error statuslogger log4j2 could not find a logging implementation
2022-07-05 04:35:00 【Alienware^】
The console appears :
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console…
stay pom.xml File to add
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.10.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.10.0</version>
</dependency>
Problem solving !
边栏推荐
- American 5g open ran suffered another major setback, and its attempt to counter China's 5g technology has failed
- Ffmepg usage guide
- Live broadcast preview | container service ack elasticity prediction best practice
- [phantom engine UE] only six steps are needed to realize the deployment of ue5 pixel stream and avoid detours! (the principles of 4.26 and 4.27 are similar)
- Official announcement! The third cloud native programming challenge is officially launched!
- Sword finger offer 04 Search in two-dimensional array
- Seven join join queries of MySQL
- web资源部署后navigator获取不到mediaDevices实例的解决方案(navigator.mediaDevices为undefined)
- Hypothesis testing -- learning notes of Chapter 8 of probability theory and mathematical statistics
- Construction d'un Cluster redis sous Windows
猜你喜欢
【科普】热设计基础知识:5G光器件之散热分析
[finebi] the process of making custom maps using finebi
QT Bluetooth: a class for searching Bluetooth devices -- qbluetooth devicediscoveryagent
Private collection project practice sharing [Yugong series] February 2022 U3D full stack class 006 unity toolbar
SPI read / write flash principle + complete code
【虚幻引擎UE】实现测绘三脚架展开动画制作
直播預告 | 容器服務 ACK 彈性預測最佳實踐
10 programming habits that web developers should develop
【虚幻引擎UE】实现背景模糊下近景旋转操作物体的方法及踩坑记录
[crampon game] MC tutorial - first day of survival
随机推荐
Sequelize. JS and hasmany - belongsto vs hasmany in serialize js
Qt蓝牙:搜索蓝牙设备的类——QBluetoothDeviceDiscoveryAgent
官宣!第三届云原生编程挑战赛正式启动!
49 pictures and 26 questions explain in detail what is WiFi?
The remainder operation is a hash function
Fonction (sujette aux erreurs)
What are the building energy-saving software
【FineBI】使用FineBI制作自定义地图过程
CSDN正文自动生成目录
[finebi] the process of making custom maps using finebi
函数(易错)
解密函数计算异步任务能力之「任务的状态及生命周期管理」
Debug insights
概率论与数理统计考试重点复习路线
Components in protective circuit
WeNet:面向工业落地的E2E语音识别工具
web资源部署后navigator获取不到mediaDevices实例的解决方案(navigator.mediaDevices为undefined)
2022-2028 global and Chinese virtual data storage Market Research Report
Sequence diagram of single sign on Certification Center
How to force activerecord to reload a class- How do I force ActiveRecord to reload a class?