Uses of Interface
org.apache.logging.log4j.spi.LoggerContextFactory
-
-
Uses of LoggerContextFactory in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as LoggerContextFactory Modifier and Type Field Description private static LoggerContextFactoryLogManager. factoryMethods 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.Fields in org.apache.logging.log4j.core.impl with type parameters of type LoggerContextFactory Modifier and Type Field Description private Lazy<LoggerContextFactory>Log4jProvider. loggerContextFactoryLazyMethods 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
Fields in org.apache.logging.log4j.spi with type parameters of type LoggerContextFactory Modifier and Type Field Description private @Nullable java.lang.Class<? extends LoggerContextFactory>Provider. loggerContextFactoryClassMethods 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 java.lang.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 java.lang.Integer priority, java.lang.String versions, @Nullable java.lang.Class<? extends LoggerContextFactory> loggerContextFactoryClass)Provider(@Nullable java.lang.Integer priority, java.lang.String versions, @Nullable java.lang.Class<? extends LoggerContextFactory> loggerContextFactoryClass, @Nullable java.lang.Class<? extends ThreadContextMap> threadContextMapClass) -
Uses of LoggerContextFactory in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement LoggerContextFactory Modifier and Type Class Description classJULLoggerContextFactoryImplementation of Log4jLoggerContextFactorySPI.Fields in org.apache.logging.log4j.tojul declared as LoggerContextFactory Modifier and Type Field Description private static LoggerContextFactoryJULProvider. CONTEXT_FACTORYMethods in org.apache.logging.log4j.tojul that return LoggerContextFactory Modifier and Type Method Description LoggerContextFactoryJULProvider. getLoggerContextFactory() -
Uses of LoggerContextFactory in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerContextFactory Modifier and Type Class Description classSLF4JLoggerContextFactoryFields in org.apache.logging.slf4j declared as LoggerContextFactory Modifier and Type Field Description private static LoggerContextFactorySLF4JProvider. CONTEXT_FACTORYMethods in org.apache.logging.slf4j that return LoggerContextFactory Modifier and Type Method Description LoggerContextFactorySLF4JProvider. getLoggerContextFactory()
-