Uses of Interface
org.apache.logging.log4j.spi.LoggerRegistry.MapFactory
-
Packages that use LoggerRegistry.MapFactory Package Description org.apache.logging.log4j.spi -
-
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>Deprecated.As of version2.25.0, planned to be removed!static classLoggerRegistry.WeakMapFactory<T extends ExtendedLogger>Deprecated.As of version2.25.0, planned to be removed!Constructors in org.apache.logging.log4j.spi with parameters of type LoggerRegistry.MapFactory Constructor Description LoggerRegistry(@Nullable LoggerRegistry.MapFactory<T> mapFactory)Deprecated.As of version2.25.0, planned to be removed!
-