Uses of Class
org.apache.logging.log4j.spi.LoggerRegistry
-
Packages that use LoggerRegistry Package Description org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes. -
-
Uses of LoggerRegistry in org.apache.logging.log4j.simple
Methods in org.apache.logging.log4j.simple that return LoggerRegistry Modifier and Type Method Description LoggerRegistry<ExtendedLogger>
SimpleLoggerContext. getLoggerRegistry()
Gets the LoggerRegistry. -
Uses of LoggerRegistry in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return LoggerRegistry Modifier and Type Method Description default LoggerRegistry<? extends Logger>
LoggerContext. getLoggerRegistry()
Gets the LoggerRegistry.
-