Package org.apache.logging.log4j.spi
Interface Terminable
public interface Terminable
Interface to be implemented by LoggerContext's that provide a shutdown method.
- Since:
- 2.6
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Requests that the logging implementation shut down.
-
Method Details
-
terminate
void terminate()Requests that the logging implementation shut down. This call is synchronous and will block until shut down is complete. This may include flushing pending log events over network connections.
-