|
|
Log4j is an OpenSource logging API for Java. This logging API, currently in version 1.2.8, became so popular that it has been ported to other languages such as C, C++, Python, and even C# to provide logging framework for these languages.
created by syam1224 on 2008-03-27 12:54:48
|
|
|
|
Logging with log4j—An Efficient Way to Log Java Applications

This article covers the need for logging; a brief introduction to log4j; an explanation of its components and terminology, implementation, and configuration; its advantages and shortcomings; and how to use it to log Java applications.
http://www.developer.com/open/article.php/3097221
created by syam1224 on 2008-03-27 12:56:40
|
|
Build Flexible Logs With log4j

This article explains the main concepts of this tool, followed by some advanced concepts using a Web-based example application.
http://www.onjava.com/pub/a/onjava/2002/08/07/log4
created by syam1224 on 2008-03-27 13:01:37
|
|
Log4j tutorial with Tomcat examples

This tutorial explains how to set up log4j with email, files and stdout. It compares XML to properties configuration files, shows how to change LogLevels for a running application. Furthermore, we explain best practices on logging and exception handling.
http://www.laliluna.de/log4j-tutorial.html
created by syam1224 on 2008-03-27 12:59:12
|
|
Log4j delivers control over logging

This article starts by describing the main components of the log4j architecture. It proceeds with a simple example depicting basic usage and configuration. It wraps up by touching on performance issues and the upcoming logging API from Sun.
http://www.javaworld.com/jw-11-2000/jw-1122-log4j.
created by syam1224 on 2008-03-27 12:57:44
|
|
|