在springboot中使用log4j2时,我遇到了这个错误。ERRORStatusLoggerLog4j2 could not find a logging implementation.:spring-boot-starter-test:jar:1.4.0.RELEASE:test
[INFO] | +- org.springframework.boot:spring-boot-test
我有一个简单的springboot JAR应用程序,它使用一个定制的日志库。( log4j2之上的扩展)。log4j2.xml元素配置的名称为"package“,可以在其中找到附加器。这个自定义日志库可以很好地与其他.war、.jar文件和springboot以外的其他独立java实现配合使用。正如springboot文档所述,我已经将log4j2.xml添加到它的类路径中,当我在eclipse ID