Interface | Description |
---|---|
Appender |
Appender interface without Apache Log4j's methods.
|
Class | Description |
---|---|
Category |
This class has been deprecated and replaced by the
Logger subclass. |
Level |
Defines the minimum set of levels recognized by the system, that is
OFF , FATAL , ERROR ,
WARN , INFO , DEBUG and ALL . |
Logger |
This is the central class in the log4j package.
|
LogManager |
Manager for reusable logger instances.
|
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.
|
Priority |
Refrain from using this class directly, use the
Level class instead. |
Copyright © 2020. All rights reserved.