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.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 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.simple
Classes in org.apache.logging.log4j.simple that implement LoggerContextFactory Modifier and Type Class Description class
SimpleLoggerContextFactory
Simple and statelessLoggerContextFactory
. -
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)
-