Tuesday, November 16, 2010

Log4j and JExcel API

After integrating JExcel API in Spring, I found that my Log4j Console Log is no more there. Later found out the reason that, JExcel (jxl.jar) has a Log4j.xml in it, which was overriding our Log4j.properties.

To get the log back, I had to write Log4j.xml ..

1 comment: