Skip to content

tinylog-org/tinylog-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Using tinylog with Spring Boot

There are two possibilities how to use tinylog together with Spring Boot. The simplest way is to add the tinylog API and configure logging via Spring. In thise case, just add tinylog-jul or tinylog-jboss as dependency. See profile "output via spring" in POM

The second way is to replace Spring Boot's Logback implementation with tinylog. In this case, all log entries from Spring will be redirected to tinylog and logging can be configured via tinylog. See profile "output via tinylog" in POM

About

Example Spring Boot application for logging with tinylog

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages