Skip to content

Instantly share code, notes, and snippets.

@jiahut
Last active May 22, 2019 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiahut/1805682d1ee94ec413eadb5615975660 to your computer and use it in GitHub Desktop.
Save jiahut/1805682d1ee94ec413eadb5615975660 to your computer and use it in GitHub Desktop.
slf4j.gradle
// 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