- 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.
|