Uses of Interface
org.apache.logging.log4j.spi.LoggerContextFactory
-
Packages that use LoggerContextFactory Package Description org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.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.slf4j SLF4J support. -
-
Uses of LoggerContextFactory in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return LoggerContextFactory Modifier and Type Method Description static LoggerContextFactory
LogManager. getFactory()
Returns the current LoggerContextFactory.Methods in org.apache.logging.log4j with parameters of type LoggerContextFactory Modifier and Type Method Description static void
LogManager. setFactory(LoggerContextFactory factory)
Sets the current LoggerContextFactory to use. -
Uses of LoggerContextFactory in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement LoggerContextFactory Modifier and Type Class Description class
Log4jContextFactory
Factory to locate a ContextSelector and then load a LoggerContext. -
Uses of LoggerContextFactory in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LoggerContextFactory Modifier and Type Class Description class
SimpleLoggerContextFactory
-
Uses of LoggerContextFactory in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContextFactory Modifier and Type Method Description Class<? extends LoggerContextFactory>
Provider. loadLoggerContextFactory()
Loads theLoggerContextFactory
class specified by this Provider.Constructor parameters in org.apache.logging.log4j.spi with type arguments of type LoggerContextFactory Constructor Description Provider(Integer priority, String versions, Class<? extends LoggerContextFactory> loggerContextFactoryClass)
Provider(Integer priority, String versions, Class<? extends LoggerContextFactory> loggerContextFactoryClass, Class<? extends ThreadContextMap> threadContextMapClass)
-
Uses of LoggerContextFactory in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerContextFactory Modifier and Type Class Description class
SLF4JLoggerContextFactory
-