Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.osgi |
Collection of OSGi-specific classes for bundles.
|
org.apache.logging.log4j.core.selector |
Log4j 2 Context Selectors.
|
org.apache.logging.log4j.jcl |
Log4j 2 adapter for Commons Logging.
|
org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
org.apache.logging.slf4j |
SLF4J support.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Category.PrivateAdapter |
Modifier and Type | Field and Description |
---|---|
private java.util.List<LoggerContextShutdownAware> |
LoggerContext.listeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<LoggerContextShutdownAware> |
LoggerContext.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
LoggerContext.addShutdownListener(LoggerContextShutdownAware listener) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncLoggerContextSelector
ContextSelector that manages AsyncLoggerContext instances. |
Modifier and Type | Class and Description |
---|---|
class |
BundleContextSelector
ContextSelector for OSGi bundles.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderContextSelector
This ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller.
|
Modifier and Type | Class and Description |
---|---|
class |
LogAdapter
Commons Logging adapter registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggerAdapter<L>
Provides an abstract base class to use for implementing LoggerAdapter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LoggerContextShutdownAware> |
LoggerContextShutdownEnabled.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
LoggerContextShutdownEnabled.addShutdownListener(LoggerContextShutdownAware listener) |
Modifier and Type | Class and Description |
---|---|
class |
Log4jLoggerFactory
Log4j implementation of SLF4J ILoggerFactory interface.
|