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 classLoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger>Generates ConcurrentHashMaps for use by the registry to store the Loggers.static classLoggerRegistry.WeakMapFactory<T extends ExtendedLogger>Generates WeakHashMaps for use by the registry to store the Loggers.Fields in org.apache.logging.log4j.spi declared as LoggerRegistry.MapFactory Modifier and Type Field Description private LoggerRegistry.MapFactory<T>LoggerRegistry. factoryConstructors in org.apache.logging.log4j.spi with parameters of type LoggerRegistry.MapFactory Constructor Description LoggerRegistry(LoggerRegistry.MapFactory<T> factory)
-