Uses of Class
ch.qos.logback.core.hook.ShutdownHookBase
-
Packages that use ShutdownHookBase 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 asch.qos.logback.core.joran.action -
-
Uses of ShutdownHookBase in ch.qos.logback.core.hook
Subclasses of ShutdownHookBase in ch.qos.logback.core.hook Modifier and Type Class Description class
DelayingShutdownHook
ShutdownHook implementation that stops the Logback context after a specified delay. -
Uses of ShutdownHookBase in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as ShutdownHookBase Modifier and Type Field Description (package private) ShutdownHookBase
ShutdownHookAction. hook
-