Posts

Showing posts from February, 2020

Logging framework for all Application

Logging is used track and maintain record of the application. Its is a powerful technology to understand and debug any application. It gives you real time behavior of an application. It maintains logs which a developer can use to know how the application is used by end user. There are various logging framework like Log4j, Log4j 2, Logback, SLF4j, etc.