Uses of Interface
org.apache.logging.log4j.spi.LoggerContextFactory
-
-
Uses of LoggerContextFactory in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return LoggerContextFactory Modifier and Type Method Description static LoggerContextFactoryLogManager. getFactory()Returns the current LoggerContextFactory.Methods in org.apache.logging.log4j with parameters of type LoggerContextFactory Modifier and Type Method Description static voidLogManager. 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 classLog4jContextFactoryFactory to locate a ContextSelector and then load a LoggerContext.Methods in org.apache.logging.log4j.core.impl that return LoggerContextFactory Modifier and Type Method Description LoggerContextFactoryLog4jProvider. getLoggerContextFactory() -
Uses of LoggerContextFactory in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LoggerContextFactory Modifier and Type Class Description classSimpleLoggerContextFactorySimple and statelessLoggerContextFactory. -
Uses of LoggerContextFactory in org.apache.logging.log4j.simple.internal
Methods in org.apache.logging.log4j.simple.internal that return LoggerContextFactory Modifier and Type Method Description LoggerContextFactorySimpleProvider. getLoggerContextFactory() -
Uses of LoggerContextFactory in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return LoggerContextFactory Modifier and Type Method Description LoggerContextFactoryProvider. getLoggerContextFactory()Methods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContextFactory Modifier and Type Method Description @Nullable Class<? extends LoggerContextFactory>Provider. loadLoggerContextFactory()Loads theLoggerContextFactoryclass specified by this Provider.Constructor parameters in org.apache.logging.log4j.spi with type arguments of type LoggerContextFactory Constructor Description Provider(@Nullable Integer priority, String versions, @Nullable Class<? extends LoggerContextFactory> loggerContextFactoryClass)Provider(@Nullable Integer priority, String versions, @Nullable Class<? extends LoggerContextFactory> loggerContextFactoryClass, @Nullable Class<? extends ThreadContextMap> threadContextMapClass)
-