Baisc steps to configure Log4j using xml and properties file Author : JavaBeat Date : Mon Jul 14th, 2008
This example demonstrated how to configure Log4j setup using the Proerties file
and XML file. These are the two most widely used techniques for configuring the
Log4j for your application. But, in the recent days configuring with properties files
are considered to be old technique and recommended using XML.