Java logs to console or file – log4j2 or logback with slf4j
In this post, we will look into the Logback library and how we can utilise to log messages to console and also in into a file in java projects. You might be aware of one library log4j and used as well, now question is why logback is preferred over log4j, follow here for details. You…