Uses of Interface
ch.qos.logback.core.hook.ShutdownHook
Packages that use ShutdownHook
-
Uses of ShutdownHook in ch.qos.logback.core.hook
Classes in ch.qos.logback.core.hook that implement ShutdownHookModifier and TypeClassDescriptionclassShutdownHookimplementation that stops the Logback context after a specified delay.classBase class for classes implementing a Logback ShutdownHook via extension -
Uses of ShutdownHook in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util with parameters of type ShutdownHookModifier and TypeMethodDescriptionvoidContextUtil.addOrReplaceShutdownHook(ShutdownHook hook) Add a shutdown hook thread with the JVM runtime.