Interface | Description |
---|---|
Appender |
Implement this interface for your own strategies for outputting log
statements.
|
Class | Description |
---|---|
BasicConfigurator |
Provided for compatibility with Log4j 1.x.
|
Category |
Implementation of the Category class for compatibility, despite it having been deprecated a long, long time ago.
|
Layout | |
Level |
Defines the minimum set of levels recognized by the system, that is
OFF , FATAL , ERROR ,
WARN , INFO , DEBUG
and ALL . |
Logger | |
LogManager | |
MDC |
This class behaves just like Log4j's MDC would - and so can cause issues with the redeployment of web
applications if the Objects stored in the threads Map cannot be garbage collected.
|
NDC | |
PatternLayout | |
Priority |
Refrain from using this class directly, use
the
Level class instead. |
PropertyConfigurator |
A configurator for properties.
|
Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.