Saturday, 12 March 2016

Logging - Things needs attention

Dear friends,

Logging the application events and then analyzing it is now an essential part of the 'Software Development Life Cycle'.

Usage of  web based application increased exponentially. and thus we are generating a huge amount of log data. Logs are very useful resource to audit/trace client activity & to understand behavior of the application/system.

In the upcoming popular programming paradigms like 'Cloud Computing', Distributed Applications managing and aggregating log data will be a great challenge.

Apache Foundation introduced a latest version of its Logger project called 'Log4J2'.

Log4J 2.x has introduced many advanced and demanding feature that will surely make it successful logger framework.

In this blog I will share the example code to 'Hands On' practices with Apache Log4J2.x.

Thanks.