Package org.apache.logging.log4j.spi
Interface LoggerRegistry.MapFactory<T extends ExtendedLogger>
- 
- Type Parameters:
- T- subtype of- ExtendedLogger
 - All Known Implementing Classes:
- LoggerRegistry.ConcurrentMapFactory,- LoggerRegistry.WeakMapFactory
 - Enclosing class:
- LoggerRegistry<T extends ExtendedLogger>
 
 public static interface LoggerRegistry.MapFactory<T extends ExtendedLogger>Interface to control the data structure used by the registry to store the Loggers.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,T>createInnerMap()Map<String,Map<String,T>>createOuterMap()voidputIfAbsent(Map<String,T> innerMap, String name, T logger)
 
-