Uses of Interface
org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
Packages that use LoggerRegistry.MapFactory 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. -
-
Uses of LoggerRegistry.MapFactory in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LoggerRegistry.MapFactory Modifier and Type Class 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.Constructors in org.apache.logging.log4j.spi with parameters of type LoggerRegistry.MapFactory Constructor Description LoggerRegistry(LoggerRegistry.MapFactory<T> factory)
-