Module ch.qos.logback.core
Package ch.qos.logback.core.hook
package ch.qos.logback.core.hook
Contains the shutdown hook functionality of logback,
including the interface and base class for implementing 
hooks as well as some default implementations, such as 
 
invalid reference
DelayingShutdownHook
- 
ClassDescriptionShutdownHook implementation that stops the Logback context after a specified delay.Interface describing a logback shutdown hook implementationBase class for classes implementing a Logback ShutdownHook via extension