|
|
|
log4j example implementations
|
log4j provides a flexible logging framework. Below are some of the useful implementations.
created by syam1224 on 2008-03-27 12:34:01
|
|
|
|
Reporting Application Errors by Email

It is common practice for server-side applications to log messages to files on the server's file system. These logs are a vital source of information for system administrators and the application development team. If a user calls to report an error in the application, the developers can review the log files to determine what is happening in the application.
http://www.onjava.com/pub/a/onjava/2004/09/29/smtp
created by syam1224 on 2008-03-27 12:41:58
|
|
|