Log4j 0.9.1

Package org.log4j

The main package of log4j.

See:
          Description

Interface Summary
Appender Implement this interface for your own strategies for printing log statements.
 

Class Summary
AppenderSkeleton Abstract super-class of the other appenders in the package.
AsyncAppender The AsyncAppender lets users log events asynchronously.
BasicConfigurator Use this class to quickly configure the package.
Category This is the central class in the log4j package.
FileAppender FileAppender appends log events to the console, to a file, to a Writer or an OutputStream depending on the user's choice.
Hierarchy This class is specialized in retreiving categories by name and also maintaining the category hierarchy.
Layout Extend this abstract class to create your own log layout format.
NDC The NDC class implements nested diagnostic contexts as defined by Neil Harrison in the article "Patterns for Logging Diagnostic Messages" part of the book "Pattern Languages of Program Design 3" edited by Martin et al.
PatternLayout A flexible layout configurable with pattern string.
Priority The Priority class defines the priorities that log4j recognizes.
PropertyConfigurator Extends BasicConfigurator to provide configuration from an external file.
RollingFileAppender RollingFileAppender extends FileAppender to backup the log files when they reach a certain size.
SimpleLayout SimpleLayout consists of the priority of the log statement, followed by " - " and then the log message itself.
TTCCLayout TTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.
 

Package org.log4j Description

The main package of log4j.



Log4j 0.9.1

Please notify me about new log4j releases.