Skip to content

Instantly share code, notes, and snippets.

@diogoko
Created January 13, 2017 15:38
Show Gist options
  • Save diogoko/ce2e3fce7dbd037158d72fbb805784fc to your computer and use it in GitHub Desktop.
Save diogoko/ce2e3fce7dbd037158d72fbb805784fc to your computer and use it in GitHub Desktop.
Logging levels by Java library
JUL JCL Log4j SLF4j
- FATAL FATAL -
SEVERE ERROR ERROR ERROR
WARNING WARN WARN WARN
INFO INFO INFO INFO
CONFIG - - -
FINE DEBUG DEBUG DEBUG
FINER TRACE TRACE TRACE
FINEST - - -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment