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();
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.