java

Implementing and configuring log4j is quite easy. The following sections show how to do it. Requirement The only requirement for installing and using log4j is the source of log4j API, freely available for download in compressed (tar or zip) files (see Resources). Installation configuring and running log4j Download the compressed log4j source, uncompress it, save [...]

Brief Introduction To log4j

by shaiekh on December 24, 2010

What Is log4j? Log4j is an OpenSource logging API for Java. This logging API, 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. What Can log4j Do? Log4j handles inserting log statements in application code and managing them [...]