In this example, we are going to learn how to use SLF4J in Spring projects with an example of Spring Boot application. 1. Introduction The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired ...