Package org.apache.logging.log4j.spi
Interface LoggerContextShutdownEnabled
public interface LoggerContextShutdownEnabled
LoggerContexts implementing this are able register LoggerContextShutdownAware classes.
- Since:
- 2.12.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
addShutdownListener
-
getListeners
List<LoggerContextShutdownAware> getListeners()
-