See: Description
Interface | Description |
---|---|
ErrorAware |
Interface implemented by components that wish to
delegate ErrorHandling to an ErrorHandler.
|
ErrorHandler |
Handle unrecoverable errors that occur during logging.
|
FilterTarget | Deprecated
Interface offered no significant advantage and thus will no
longer be used by new interfaces
|
Formatter | Deprecated
Use org.apache.log.format.Formatter instead.
|
LogTarget |
LogTarget is a class to encapsulate outputting LogEvent's.
|
Class | Description |
---|---|
ContextMap |
The ContextMap contains non-hierarchical context information
relevant to a particular LogEvent.
|
ContextStack | Deprecated
This class has been deprecated as it encouraged use of bad
design practices.
|
Hierarchy |
This class encapsulates a basic independent log hierarchy.
|
LogEvent |
This class encapsulates each individual log event.
|
Logger |
The object interacted with by client objects to perform logging.
|
LogKit | Deprecated
Instead of using LogKit directly use the facilities in code itself
|
Priority |
Class representing and holding constants for priority.
|