Package | Description |
---|---|
org.apache.logging.log4j.spi |
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
LoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger>
Generates ConcurrentHashMaps for use by the registry to store the Loggers.
|
static class |
LoggerRegistry.WeakMapFactory<T extends ExtendedLogger>
Generates WeakHashMaps for use by the registry to store the Loggers.
|
Modifier and Type | Field and Description |
---|---|
private LoggerRegistry.MapFactory<T> |
LoggerRegistry.factory |
Constructor and Description |
---|
LoggerRegistry(LoggerRegistry.MapFactory<T> factory) |