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 Sep 29, 2001
Davanum Srinivas Yes. JDK1.4 will have java.util.logging.*. More information can be found at Java Logging Overview