Package org.apache.logging.log4j.spi
Interface LoggerContextShutdownAware
-
- All Known Implementing Classes:
AbstractLoggerAdapter
,AbstractLoggerAdapter
,ApiLoggerAdapter
,AsyncLoggerContextSelector
,BundleContextSelector
,ClassLoaderContextSelector
,CoreLoggerAdapter
,Hierarchy.PrivateLoggerAdapter
,Log4jLoggerFactory
,Log4jSystemLoggerAdapter
,LogAdapter
public interface LoggerContextShutdownAware
Interface allowing interested classes to know when a LoggerContext has shutdown - if the LoggerContext implementation provides a way to register listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contextShutdown(LoggerContext loggerContext)
-
-
-
Method Detail
-
contextShutdown
void contextShutdown(LoggerContext loggerContext)
-
-