|
Log4j 1.3alpha-5 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
Appender | Implement this interface for your own strategies for outputting log statements. |
Class Summary | |
AppenderSkeleton | Abstract superclass 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 class has been deprecated and replaced by the
Logger subclass. |
ConsoleAppender | ConsoleAppender appends log events to System.out or
System.err using a layout specified by the user. |
FileAppender | FileAppender appends log events to a file. |
Hierarchy | This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy. |
Layout | Extend this abstract class to create your own log layout format. |
Level | Defines the minimum set of levels recognized by the system, that is
OFF , FATAL , ERROR ,
WARN , INFO , DEBUG ,
TRACE , and ALL .
|
Logger | This is the central class in the log4j package. |
LogManager | Use the LogManager class to retreive Logger
instances or to operate on the current LoggerRepository . |
MDC | The MDC class is similar to the NDC class except that it is
based on a map instead of a stack. |
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 | Deprecated. |
PropertyConfigurator | Allows the configuration of log4j from an external file. |
SimpleLayout | SimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself. |
TTCCLayout | Deprecated. Please use PatternLayout instead. |
WriterAppender | WriterAppender appends log events to a Writer or an
OutputStream depending on the user's choice. |
The main log4j package.
|
Log4j 1.3alpha-5 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |