Showing posts with label log4j2. Show all posts
Showing posts with label log4j2. Show all posts

May 21, 2015

Easy Java Logs with Log4j2


Logs are a essential part of any serious application running in the production environment, because they can trace all the users and system actions, allowing if needed, find who did what and when, or why the application crashed as well. That's the Log4j2 library mission! Here you can see how use this library with Eclipse IDE and Maven.