Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownAware
Packages that use LoggerContextShutdownAware
Package
Description
Log4j 1.x compatibility layer.
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Collection of OSGi-specific classes for bundles.
Log4j 2 Context Selectors.
Log4j 2 adapter for Commons Logging.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
SLF4J support.
-
Uses of LoggerContextShutdownAware in org.apache.log4j
Classes in org.apache.log4j that implement LoggerContextShutdownAware -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core with type parameters of type LoggerContextShutdownAwareModifier and TypeFieldDescriptionprivate List<LoggerContextShutdownAware> LoggerContext.listenersMethods in org.apache.logging.log4j.core that return types with arguments of type LoggerContextShutdownAwareMethods in org.apache.logging.log4j.core with parameters of type LoggerContextShutdownAwareModifier and TypeMethodDescriptionvoidLoggerContext.addShutdownListener(LoggerContextShutdownAware listener) -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LoggerContextShutdownAwareModifier and TypeClassDescriptionclassContextSelectorthat managesAsyncLoggerContextinstances. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.osgi
Classes in org.apache.logging.log4j.core.osgi that implement LoggerContextShutdownAware -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.selector
Classes in org.apache.logging.log4j.core.selector that implement LoggerContextShutdownAwareModifier and TypeClassDescriptionclassThis ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.jcl
Classes in org.apache.logging.log4j.jcl that implement LoggerContextShutdownAware -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.jpl
Classes in org.apache.logging.log4j.jpl that implement LoggerContextShutdownAwareModifier and TypeClassDescriptionclassSystem.Loggerregistry implementation using just log4j-api. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement LoggerContextShutdownAware -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LoggerContextShutdownAwareModifier and TypeClassDescriptionclassProvides an abstract base class to use for implementing LoggerAdapter.Methods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContextShutdownAwareMethods in org.apache.logging.log4j.spi with parameters of type LoggerContextShutdownAwareModifier and TypeMethodDescriptionvoidLoggerContextShutdownEnabled.addShutdownListener(LoggerContextShutdownAware listener) -
Uses of LoggerContextShutdownAware in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerContextShutdownAwareModifier and TypeClassDescriptionclassLog4j implementation of SLF4J ILoggerFactory interface.