Java: SLF4J

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

    

 

 

 

 

 

 

 

 

 

 

 

 log4j2 + slf4j

    <dependency>       <groupId>org.slf4j</groupId>       <artifactId>slf4j-api</artifactId>       <version>1.7.36</version>     </dependency>     <dependency>       <groupId>org.apache.logging.log4j</groupId>       <artifactId>log4j-slf4j-impl</artifactId>       <version>2.17.2</version>       <scope>compile</scope>     </dependency>     <dependency>       <groupId>org.apache.logging.log4j</groupId>       <artifactId>log4j-core</artifactId>       <version>2.17.2</version>     </dependency>     <dependency>       <groupId>org.apache.logging.log4j</groupId>       <artifactId>log4j-api</artifactId>       <version>2.17.2</version>     </dependency>

 

(32条消息) springboot(log4j2配置) 和slf4j+log4j2详细配置,纯日志配置_Alex_cun的博客-CSDN博客_slf4j整合log4j2