Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownAware
-
Packages that use LoggerContextShutdownAware Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.osgi Collection of OSGi-specific classes for bundles.org.apache.logging.log4j.core.selector Log4j 2 Context Selectors.org.apache.logging.log4j.jcl Log4j 2 adapter for Commons Logging.org.apache.logging.log4j.jpl org.apache.logging.log4j.jul org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.slf4j SLF4J support. -
-
Uses of LoggerContextShutdownAware in org.apache.log4j
Classes in org.apache.log4j that implement LoggerContextShutdownAware Modifier and Type Class Description private static class
Hierarchy.PrivateLoggerAdapter
-
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core with type parameters of type LoggerContextShutdownAware Modifier and Type Field Description private java.util.List<LoggerContextShutdownAware>
LoggerContext. listeners
Methods in org.apache.logging.log4j.core that return types with arguments of type LoggerContextShutdownAware Modifier and Type Method Description java.util.List<LoggerContextShutdownAware>
LoggerContext. getListeners()
Methods in org.apache.logging.log4j.core with parameters of type LoggerContextShutdownAware Modifier and Type Method Description void
LoggerContext. addShutdownListener(LoggerContextShutdownAware listener)
-
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LoggerContextShutdownAware Modifier and Type Class Description class
AsyncLoggerContextSelector
ContextSelector
that managesAsyncLoggerContext
instances. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.osgi
Classes in org.apache.logging.log4j.core.osgi that implement LoggerContextShutdownAware Modifier and Type Class Description class
BundleContextSelector
ContextSelector for OSGi bundles. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.core.selector
Classes in org.apache.logging.log4j.core.selector that implement LoggerContextShutdownAware Modifier and Type Class Description class
ClassLoaderContextSelector
This 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 Modifier and Type Class Description class
LogAdapter
Commons Logging adapter registry. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.jpl
Classes in org.apache.logging.log4j.jpl that implement LoggerContextShutdownAware Modifier and Type Class Description class
Log4jSystemLoggerAdapter
System.Logger
registry implementation using just log4j-api. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement LoggerContextShutdownAware Modifier and Type Class Description class
AbstractLoggerAdapter
Abstract Logger registry.class
ApiLoggerAdapter
Logger
registry implementation using just log4j-api.class
CoreLoggerAdapter
Logger
registry implementation that uses log4j-core. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LoggerContextShutdownAware Modifier and Type Class Description class
AbstractLoggerAdapter<L>
Provides an abstract base class to use for implementing LoggerAdapter.Methods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContextShutdownAware Modifier and Type Method Description java.util.List<LoggerContextShutdownAware>
LoggerContextShutdownEnabled. getListeners()
Methods in org.apache.logging.log4j.spi with parameters of type LoggerContextShutdownAware Modifier and Type Method Description void
LoggerContextShutdownEnabled. addShutdownListener(LoggerContextShutdownAware listener)
-
Uses of LoggerContextShutdownAware in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerContextShutdownAware Modifier and Type Class Description class
Log4jLoggerFactory
Log4j implementation of SLF4J ILoggerFactory interface.
-