T - subtype of ExtendedLoggerpublic static class LoggerRegistry.WeakMapFactory<T extends ExtendedLogger> extends Object implements LoggerRegistry.MapFactory<T>
| Constructor and Description |
|---|
WeakMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,T> |
createInnerMap() |
Map<String,Map<String,T>> |
createOuterMap() |
void |
putIfAbsent(Map<String,T> innerMap,
String name,
T logger) |
public Map<String,T> createInnerMap()
createInnerMap in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>public Map<String,Map<String,T>> createOuterMap()
createOuterMap in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>public void putIfAbsent(Map<String,T> innerMap, String name, T logger)
putIfAbsent in interface LoggerRegistry.MapFactory<T extends ExtendedLogger>Copyright © 2022 JBoss by Red Hat. All rights reserved.