Logging
Spring Boot Integrates slf4j and logback
The difference between slf4j and logback. Slf4j (Simple Logging Facade for Java) is a log facade of Java that implements some common apis for the logging framework. Logback is the specific logging framework. It has the same author as log4j, the new logging framework developed to address the problems of log4j. Slf4j and logback can …