Reporting Application Errors by Email by Sean C. Sullivan -- Even if your application logs an error to a local file, the developer doesn't know there's a problem until a user notices it and sends the log file back. It can be more useful for apps to email their own error messages back. And as Sean C. Sullivan explains, it's not hard to do with either log4j or java.util.logging.
Posted by doug at April 11, 2005 11:39 AMhow exactly do you do code it in log4j and java.util.logging
Posted by: Warren Tinkoe at January 31, 2006 02:49 AM