feat(logging): add more logging
All checks were successful
Build / Gradle-Build (push) Successful in 13s
Publish / Gradle-Publish (push) Successful in 10s
Test / Gradle-Test (push) Successful in 11s

This commit is contained in:
2025-04-14 18:34:46 +02:00
parent cad019e44a
commit eccad71837
9 changed files with 35 additions and 20 deletions

View File

@@ -20,6 +20,8 @@ dependencies {
testImplementation(libs.junit.jupiter)
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation(libs.slf4j.simple)
implementation(libs.slf4j)
}