Skip to content

Instantly share code, notes, and snippets.

@tori3852
Created April 9, 2019 09:17
Show Gist options
  • Save tori3852/d10e83bc8be9fb6dcf4a6fea039472d1 to your computer and use it in GitHub Desktop.
Save tori3852/d10e83bc8be9fb6dcf4a6fea039472d1 to your computer and use it in GitHub Desktop.
Java logging
https://www.slf4j.org/legacy.html
- `slf4j-log4j12`: use log4j12 as a binding
- `log4j-over-slf4j` - route the Log4j API calls to SLF4J (for libs that use log4j)
- `jcl-over-slf4j` -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment