Interface | Description |
---|---|
Log |
This is a borrowed and stripped-down version of the log4j2 Logger interface.
|
LogFactory |
This is a SPI factory interface for specialized Log objects
|
Class | Description |
---|---|
JulLogAdapter |
This is a wrapper around the
java.util.logging.Logger implementing our own
Log interface. |
JulLogFactory |
This is a SPI factory implementation for java.util.logging
|
Log4j2Factory |
This is a SPI factory implementation for log4j2
|
Log4j2LogAdapter |
This is a wrapper around the
org.apache.logging.log4j.Logger implementing our own
Log interface. |
LogManager |
This is a borrowed and stripped-down version of the log4j2 LogManager class.
|
MessageFormatter |
Handles messages that consist of a format string conforming to
java.text.MessageFormat.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.