What is does Log4j replace?
Created May 7, 2012
Michael Canzoneri
System.out.println through out your code.
This feature is nice because Log4j allows you to enable logging at runtime whereas System.out.println do not allow this.
Created May 7, 2012