Uses of Class
org.apache.logging.log4j.spi.LoggerRegistry
Packages that use LoggerRegistry
Package
Description
-
Uses of LoggerRegistry in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return LoggerRegistryModifier and TypeMethodDescriptionLoggerContext.getLoggerRegistry()Deprecated.since 2.25.0 without a replacement. -
Uses of LoggerRegistry in org.apache.logging.log4j.simple
Fields in org.apache.logging.log4j.simple declared as LoggerRegistryModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger> SimpleLoggerContext.loggerRegistryMethods in org.apache.logging.log4j.simple that return LoggerRegistryModifier and TypeMethodDescriptionSimpleLoggerContext.getLoggerRegistry()Gets the LoggerRegistry. -
Uses of LoggerRegistry in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return LoggerRegistryModifier and TypeMethodDescriptiondefault LoggerRegistry<? extends Logger> LoggerContext.getLoggerRegistry()Gets the LoggerRegistry. -
Uses of LoggerRegistry in org.apache.logging.log4j.taglib
Fields in org.apache.logging.log4j.taglib declared as LoggerRegistryModifier and TypeFieldDescriptionprivate final LoggerRegistry<Log4jTaglibLogger> Log4jTaglibLoggerContext.loggerRegistry -
Uses of LoggerRegistry in org.apache.logging.log4j.tojul
Fields in org.apache.logging.log4j.tojul declared as LoggerRegistryModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger> JULLoggerContext.loggerRegistry -
Uses of LoggerRegistry in org.apache.logging.slf4j
Fields in org.apache.logging.slf4j declared as LoggerRegistryModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger> SLF4JLoggerContext.loggerRegistry