Last active
May 22, 2019 10:34
-
-
Save jiahut/1805682d1ee94ec413eadb5615975660 to your computer and use it in GitHub Desktop.
slf4j.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Logging - slf4j logging to log4j2 | |
// https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 | |
compile 'org.slf4j:slf4j-api:1.7.26' | |
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl | |
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.2' | |
compile 'org.slf4j:jcl-over-slf4j:1.7.26' | |
compile 'org.apache.logging.log4j:log4j-api:2.11.2' | |
compile 'org.apache.logging.log4j:log4j-core:2.11.2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment