LogBack ConsoleAppender to send logs to console
1. Overview In this article, we will learn the LogBack ConsoleAppender that sends logs to the console. The Logback library is a logging framework and a successor of the famous log4j project. 2. LogBack ConsoleAppender The LogBack ConsoleAppender outputs the log statement to the console. By default, it behaves the same as System.out statements in your code. It … Read more