From cd3d5e42ebf65f52543fff1941c801b26e10c7a2 Mon Sep 17 00:00:00 2001 From: LamGC Date: Wed, 23 Sep 2020 13:55:45 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20Project=20=E5=B0=86=20log4j2=20?= =?UTF-8?q?=E4=BD=9C=E4=B8=BA=E9=A1=B9=E7=9B=AE=E6=B5=8B=E8=AF=95=E6=97=B6?= =?UTF-8?q?=E7=9A=84=20Logger=20=E5=AE=9E=E7=8E=B0;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Add] org.apache.logging.log4j:log4j-slf4j-impl 使用 log4j2 作为测试时的日志实现; --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index cba91df..f0f20c5 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,12 @@ 1.7.30 + + org.apache.logging.log4j + log4j-slf4j-impl + 2.13.1 + test + junit junit