Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownAware
-
Packages that use LoggerContextShutdownAware Package Description 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.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.logging.log4j.core
Methods in org.apache.logging.log4j.core that return types with arguments of type LoggerContextShutdownAware Modifier and Type Method Description 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.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 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.
-