Package org.apache.logging.log4j.spi
Interface LoggerRegistry.MapFactory<T extends ExtendedLogger>
-
- Type Parameters:
T
- subtype ofExtendedLogger
- 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,T>
createInnerMap()
Map<String,Map<String,T>>
createOuterMap()
void
putIfAbsent(Map<String,T> innerMap, String name, T logger)
-