Uses of Interface
org.apache.logging.log4j.core.util.ShutdownCallbackRegistry
Packages that use ShutdownCallbackRegistry
Package
Description
Log4j 2 private implementation classes.
Log4j 2 helper classes.
-
Uses of ShutdownCallbackRegistry in org.apache.logging.log4j.core.impl
Classes in org.apache.logging.log4j.core.impl that implement ShutdownCallbackRegistryModifier and TypeClassDescriptionclass
Factory to locate a ContextSelector and then load a LoggerContext.Methods in org.apache.logging.log4j.core.impl that return ShutdownCallbackRegistryModifier and TypeMethodDescriptionLog4jContextFactory.getShutdownCallbackRegistry()
Returns the ShutdownCallbackRegistryConstructors in org.apache.logging.log4j.core.impl with parameters of type ShutdownCallbackRegistryModifierConstructorDescriptionLog4jContextFactory
(ContextSelector selector, ShutdownCallbackRegistry shutdownCallbackRegistry) Constructs a Log4jContextFactory using the provided ContextSelector and ShutdownRegistrationStrategy.Log4jContextFactory
(ShutdownCallbackRegistry shutdownCallbackRegistry) Constructs a Log4jContextFactory using the ContextSelector fromConstants.LOG4J_CONTEXT_SELECTOR
and the provided ShutdownRegistrationStrategy. -
Uses of ShutdownCallbackRegistry in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util that implement ShutdownCallbackRegistryModifier and TypeClassDescriptionclass
ShutdownRegistrationStrategy that simply usesRuntime.addShutdownHook(Thread)
.