Re: performance issue b/n System.io.println() and log.info??
Posted By:
Jeanne_Boyarsky
Posted On:
Saturday, March 29, 2003 06:18 AM
You have the option of turning logging off in production. You also have the option of filtering logging for different levels of importance. With System.out.println, you must always output all the log messages.