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 TypeClassDescriptionclassFactory to locate a ContextSelector and then load a LoggerContext.Fields in org.apache.logging.log4j.core.impl declared as ShutdownCallbackRegistryModifier and TypeFieldDescriptionprivate final ShutdownCallbackRegistryLog4jContextFactory.shutdownCallbackRegistryMethods in org.apache.logging.log4j.core.impl that return ShutdownCallbackRegistryModifier and TypeMethodDescriptionprivate static ShutdownCallbackRegistryLog4jContextFactory.createShutdownCallbackRegistry()Log4jContextFactory.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_SELECTORand 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 TypeClassDescriptionclassShutdownRegistrationStrategy that simply usesRuntime.addShutdownHook(Thread).