|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractLogger | |
|---|---|
| org.apache.logging.log4j.simple | |
| org.apache.logging.log4j.spi | Internal interfaces and classes to be used by authors of logging implementations. |
| org.apache.logging.log4j.status | Status API for Log4j 2.0. |
| Uses of AbstractLogger in org.apache.logging.log4j.simple |
|---|
| Subclasses of AbstractLogger in org.apache.logging.log4j.simple | |
|---|---|
class |
SimpleLogger
This is the default logger that is used when no suitable logging implementation is available. |
| Uses of AbstractLogger in org.apache.logging.log4j.spi |
|---|
| Subclasses of AbstractLogger in org.apache.logging.log4j.spi | |
|---|---|
class |
AbstractLoggerWrapper
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers. |
| Fields in org.apache.logging.log4j.spi declared as AbstractLogger | |
|---|---|
protected AbstractLogger |
AbstractLoggerWrapper.logger
The wrapped Logger. |
| Constructors in org.apache.logging.log4j.spi with parameters of type AbstractLogger | |
|---|---|
AbstractLoggerWrapper(AbstractLogger logger,
String name)
Constructor that wraps and existing Logger. |
|
| Uses of AbstractLogger in org.apache.logging.log4j.status |
|---|
| Subclasses of AbstractLogger in org.apache.logging.log4j.status | |
|---|---|
class |
StatusLogger
Mechanism to record events that occur in the logging system. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||