log4j
Home PageCategories: Tracing - Logging - Monitoring
Author: The Apache Software Foundation
Latest version: 1.3 Alpha
Added 2004-12-21
Open source tool developed for putting log statements into your applications.
Logging equips the developer with detailed context for application failures.
With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that these statements can remain in shipped code without incurring a heavy performance cost. Logging behavior can be controlled by editing a configuration file, without touching the application binary.
One of the distinctive features of log4j is the notion of inheritance in loggers. Using a logger hierarchy it is possible to control which log statements are output at arbitrarily fine granularity. This helps reduce the volume of logged output and minimize the cost of logging.
Built for Java |
Library |
Free or free version available |
Source code provided |