Uses of Interface
ch.qos.logback.core.hook.ShutdownHook
-
Packages that use ShutdownHook Package Description 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 asDefaultShutdownHookch.qos.logback.core.util Contains various utility classes. -
-
Uses of ShutdownHook in ch.qos.logback.core.hook
Classes in ch.qos.logback.core.hook that implement ShutdownHook Modifier and Type Class Description classDefaultShutdownHookShutdownHookimplementation that stops the Logback context after a specified delay.classShutdownHookBaseBase 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 ShutdownHook Modifier and Type Method Description voidContextUtil. addOrReplaceShutdownHook(ShutdownHook hook)Add a shutdown hook thread with the JVM runtime.
-