Wednesday, November 17, 2004

Logging framework: Log4j

Log4j is an essential logging framework for Java. It helps you debug your application (with minimal impact on performance) by means of logging statements inserted in specific points of your code. Logging can be configured or even turned off at runtime via method calls or with a configuration file, all without changing the application binary.
Logging equips the developer with detailed context for application failures, thus it gets easier to correct them.

0 Comments:

Post a Comment

<< Home