Upgrade to Logback 1.4 and SLF4J 2.0

Closes gh-12649
This commit is contained in:
Andy Wilkinson
2022-09-28 21:14:08 +01:00
parent 05d2f3cc8e
commit 0bfa9cd704
19 changed files with 355 additions and 190 deletions

View File

@@ -5,7 +5,7 @@ plugins {
description = "Starter for using Log4j2 for logging. An alternative to spring-boot-starter-logging"
dependencies {
api("org.apache.logging.log4j:log4j-slf4j-impl")
api("org.apache.logging.log4j:log4j-slf4j2-impl")
api("org.apache.logging.log4j:log4j-core")
api("org.apache.logging.log4j:log4j-jul")
}