Package | Description |
---|---|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.util |
Internal utility classes for the Log4j 2 API.
|
org.apache.logging.slf4j |
SLF4J support.
|
Modifier and Type | Class and Description |
---|---|
class |
Log4jProvider
Binding for the Log4j API.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Provider> |
ProviderUtil.PROVIDERS
Loaded providers.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Provider> |
ProviderUtil.getProviders() |
Modifier and Type | Method and Description |
---|---|
protected static void |
ProviderUtil.addProvider(Provider provider) |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JProvider
Bind the Log4j API to SLF4J.
|