Uses of Class
org.apache.logging.log4j.spi.LoggerRegistry
-
Packages that use LoggerRegistry Package Description org.apache.logging.log4j.core Implementation of Log4j 2.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.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.slf4j SLF4J support. -
-
Uses of LoggerRegistry in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as LoggerRegistry Modifier and Type Field Description private LoggerRegistry<Logger>
LoggerContext. loggerRegistry
Methods in org.apache.logging.log4j.core that return LoggerRegistry Modifier and Type Method Description LoggerRegistry<Logger>
LoggerContext. getLoggerRegistry()
Gets the LoggerRegistry. -
Uses of LoggerRegistry in org.apache.logging.log4j.simple
Fields in org.apache.logging.log4j.simple declared as LoggerRegistry Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>
SimpleLoggerContext. loggerRegistry
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. -
Uses of LoggerRegistry in org.apache.logging.log4j.tojul
Fields in org.apache.logging.log4j.tojul declared as LoggerRegistry Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>
JULLoggerContext. loggerRegistry
-
Uses of LoggerRegistry in org.apache.logging.slf4j
Fields in org.apache.logging.slf4j declared as LoggerRegistry Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>
SLF4JLoggerContext. loggerRegistry
-