Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownAware
-
-
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 voidLoggerContext. 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 classAsyncLoggerContextSelectorContextSelectorthat managesAsyncLoggerContextinstances. -
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 classBundleContextSelectorContextSelector 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 classClassLoaderContextSelectorThis ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller. -
Uses of LoggerContextShutdownAware in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LoggerContextShutdownAware Modifier and Type Class Description classAbstractLoggerAdapter<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 voidLoggerContextShutdownEnabled. addShutdownListener(LoggerContextShutdownAware listener)
-