Will there be an API for logging debug statements and exceptions etc? I don't really want to use any external packages or System.out.println.
Created May 7, 2012
Davanum Srinivas Yes. JDK1.4 will have java.util.logging.*. More information can be found at Java Logging Overview