Uses of Interface
org.apache.logging.log4j.spi.LoggerContextFactory
Packages that use LoggerContextFactory
Package
Description
-
Uses of LoggerContextFactory in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return LoggerContextFactoryModifier and TypeMethodDescriptionstatic LoggerContextFactoryLogManager.getFactory()Returns the current LoggerContextFactory.Methods in org.apache.logging.log4j with parameters of type LoggerContextFactoryModifier and TypeMethodDescriptionstatic 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 LoggerContextFactoryModifier and TypeClassDescriptionclassFactory to locate a ContextSelector and then load a LoggerContext.Methods in org.apache.logging.log4j.core.impl that return LoggerContextFactory -
Uses of LoggerContextFactory in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LoggerContextFactory -
Uses of LoggerContextFactory in org.apache.logging.log4j.simple.internal
Methods in org.apache.logging.log4j.simple.internal that return LoggerContextFactory -
Uses of LoggerContextFactory in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return LoggerContextFactoryMethods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContextFactoryModifier and TypeMethodDescription@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 LoggerContextFactoryModifierConstructorDescriptionProvider(@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)