What is does Log4j replace?
Created Oct 2, 2002
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 Oct 2, 2002