Uses of Interface
org.apache.logging.log4j.spi.LoggerContextFactory
Packages that use LoggerContextFactory
Package
Description
Public API for Log4j 2.
Simple logging implementation.
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 LoggerContextFactoryModifier and TypeMethodDescriptionstatic LoggerContextFactory
LogManager.getFactory()
Returns the current LoggerContextFactory.Methods in org.apache.logging.log4j with parameters of type LoggerContextFactoryModifier and TypeMethodDescriptionstatic 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 -
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 theLoggerContextFactory
class 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)