slf4jlogbackclassic
slf4j-logback-classic is the SLF4J binding for the Logback Classic implementation. It serves as the bridge that lets Java applications log through the SLF4J API while using Logback as the runtime logging framework.
SLF4J is a lightweight façade that decouples application code from a specific logging framework. Logback Classic,
Configuration and usage: Add the slf4j-api and slf4j-logback-classic dependencies (and the logback-core and logback-classic libraries) to
Notes: Only one SLF4J binding should be present on the classpath to avoid conflicts. The combination is