Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 547 Bytes

File metadata and controls

18 lines (14 loc) · 547 Bytes

Spring Boot Styled Logging

Original code found via https://github.com/spring-projects/spring-boot

To use:

<dependency>
    <groupId>io.github.mikerasch</groupId>
    <artifactId>LogbackSpringAdapter</artifactId>
    <version>1.0.0</version>
</dependency>

LogbackLoggingSystem logbackLoggingSystem = new LogbackLoggingSystem();
logbackLoggingSystem.loadDefaults();

Disclaimer

This project is not affiliated with or endorsed by the Spring Framework or Pivotal/Broadcom. It uses parts of Spring Framework under Apache License 2.0.