[console/logging] slf4j binding support

This commit is contained in:
Karlatemp
2022-11-10 22:24:08 +08:00
committed by Him188
parent 7537e29b0e
commit 6c295723db
9 changed files with 424 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ object Versions {
const val shadow = "7.1.3-mirai-modified-SNAPSHOT"
const val logback = "1.2.5"
const val slf4j = "1.7.32"
const val slf4j = "2.0.3"
const val log4j = "2.17.2"
const val asm = "9.4"
const val difflib = "1.3.0"