previous next TOC
Conclusion

  • Log4j is a popular logging package written in Java.
  • One of its distinctive features is the notion of inheritance in loggers.
  • Log statements can be completely mangaged using configuration files. They can be selectively enabled or disabled and sent to different output targets in user-chosen formats.
  • Log statements can remain in shipped code without incurring a heavy performance cost.


 

GET THE DOCS DIRECTLY FROM THE DEVELOPER
For up to date and detailed log4j documentation directly from the developer please consider The complete log4j manual.