Uses of Interface
ch.qos.logback.core.hook.ShutdownHook
Packages that use ShutdownHook
Package
Description
Contains the shutdown hook functionality of logback,
including the interface and base class for implementing 
hooks as well as some default implementations, such as 
 
DelayingShutdownHook- 
Uses of ShutdownHook in ch.qos.logback.core.hook
Classes in ch.qos.logback.core.hook that implement ShutdownHookModifier and TypeClassDescriptionclassShutdownHook implementation that stops the Logback context after a specified delay.classBase class for classes implementing a Logback ShutdownHook via extension