Did some Logger-Experiments so far - TODO: find out how to change rootlogger level

This commit is contained in:
Seraina
2022-03-27 13:48:51 +02:00
parent d1b2474702
commit 0e3e9aaa99
8 changed files with 38 additions and 95 deletions

View File

@@ -34,8 +34,8 @@ dependencies {
Since these are `implementation` dependencies, they are packed in the final jar.
Read the documentation at https://docs.gradle.org/current/userguide/declaring_dependencies.html to learn more
*/
//implementation 'org.apache.logging.log4j:log4j-api:2.+'
//implementation 'org.apache.logging.log4j:log4j-core:2.+'
implementation 'org.apache.logging.log4j:log4j-api:2.+'
implementation 'org.apache.logging.log4j:log4j-core:2.+'
/*
This is another example - it imports the javafx-controls dependency