Class DefaultShutdownHook

java.lang.Object
All Implemented Interfaces:
ShutdownHook, ContextAware, Runnable

ShutdownHook implementation that stops the Logback context after a specified delay. The default delay is 0 ms (zero).

Stopping the logback context

Author:
Mike Reinhold