Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownAware
-
Packages that use LoggerContextShutdownAware Package Description org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes. -
-
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)
-