Library
Apache Log4J version 1.2.13
The de-facto logging framework for Java applications, Log4j provides distinctive features such as inheritance in loggers, separation of log handlers, filters, etc. Logging behavior can be controlled by editing a configuration file without touching the application binary.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.log4j

The main log4j package.

org.apache.log4j.chainsaw

Chainsaw is a GUI log viewer and filter for the log4j package.

org.apache.log4j.configPackage used in getting/setting component properties.
org.apache.log4j.helpers

This package is used internally.

org.apache.log4j.jdbcThe JDBCAppender provides for sending log events to a database.
org.apache.log4j.jmxThis package lets you manage log4j settings using JMX.
org.apache.log4j.lf5No description provided.
org.apache.log4j.lf5.utilNo description provided.
org.apache.log4j.lf5.viewerNo description provided.
org.apache.log4j.lf5.viewer.categoryexplorerNo description provided.
org.apache.log4j.lf5.viewer.configureNo description provided.
org.apache.log4j.net

Package for remote logging.

org.apache.log4j.net.testNo description provided.
org.apache.log4j.nt

Package for NT event logging.

org.apache.log4j.nt.testNo description provided.
org.apache.log4j.or

ObjectRenders are resposible for rendering messages depending on their class type.

org.apache.log4j.or.jmsThis package contains the MessageRenderer which renders objects of type javax.jms.Message.
org.apache.log4j.or.saxThis package contains the AttributesRenderer which renders object of class org.xml.sax.Attributes.
org.apache.log4j.performance

Package to measure the performance of the different log4j components.

org.apache.log4j.spiContains part of the System Programming Interface (SPI) needed to extend log4j.
org.apache.log4j.varia

Contains various appenders, filters and other odds and ends.

org.apache.log4j.varia.testNo description provided.
org.apache.log4j.xml

XML based components.

org.apache.log4j.xml.examples

Example usage of log4j with XML (including source code).

org.apache.log4j.xml.testNo description provided.
Search