Why Logging?

By | January 14, 2022

Logging information usually refers to the logging of our application activity that helps in analyzing the runtime behavior of the application especially when our application encounters unexpected behaviors, errors, or tracking steps executed by application flow. As much as you provide logging information. It will be easy to analyze any issues and bugs in the code.

Log4j 2

Nowadays many companies are moving to the cloud and focusing on monitoring logs and log analysis. There are some tools that can be used to centralize log management such as Logstash, Loggy, Graylog etc.

In this series of posts, we will talk and learn about log 4j 2

Apache Log4j 2 is mainly an upgraded version of Log4j (1. x) that provides many improvements over its predecessor (Log4j 1. x).

You May Also Like:

Log4j 2 simple example
How to Create a Custom Appender in log4j2?

That’s all in this post.

Leave a Reply

Your email address will not be published. Required fields are marked *