UI Deploy

Curated, Short, Web UI Dev we Love.

How to log in Spring with SLF4J and Logback

In this post I will present how to log in a Spring based application with the help of Simple Logging Facade for Java (SLF4J) and Logback. For demonstration I will use the application presented in the post Tutorial – REST API design and implementation in Java with Jersey and Spring, to which I will add now logging capabilities.

view source

Advertisement