added logging via log4j2

This commit is contained in:
UnrealValentin
2021-05-10 16:09:36 +02:00
parent 4fc7db7516
commit a6cbf39485
5 changed files with 37 additions and 5 deletions

View File

@@ -19,6 +19,8 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.apache.logging.log4j:log4j-api:2.14.1'
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'