Skip to content

Instantly share code, notes, and snippets.

@diogoko
Created January 13, 2017 15:38
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