Package ch.qos.logback.core.hook
Interface ShutdownHook
-
- All Superinterfaces:
ContextAware
,java.lang.Runnable
- All Known Implementing Classes:
DelayingShutdownHook
,ShutdownHookBase
public interface ShutdownHook extends java.lang.Runnable, ContextAware
Interface describing a logback shutdown hook implementation
-
-
Method Summary
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-