Uses of Interface
org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
Package
Description
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
-
Uses of LoggerRegistry.MapFactory in org.apache.logging.log4j.spi
Modifier and TypeClassDescriptionstatic class
LoggerRegistry.MapFactory
implementation usingConcurrentHashMap
.static class
LoggerRegistry.WeakMapFactory<T extends ExtendedLogger>
LoggerRegistry.MapFactory
implementation usingWeakHashMap
.ModifierConstructorDescriptionLoggerRegistry
(LoggerRegistry.MapFactory<T> mapFactory) Constructs an instance ignoring the given the map factory.