Skip to content

mikerasch/LogbackSpringAdapter

Repository files navigation

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.

About

Spring Boot Logback Adapter to use in projects which are not built on the spring framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages