Uses of Interface
org.apache.logging.log4j.core.util.Cancellable
-
Packages that use Cancellable Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of Cancellable in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl that return Cancellable Modifier and Type Method Description Cancellable
Log4jContextFactory. addShutdownCallback(Runnable callback)
-
Uses of Cancellable in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util that return Cancellable Modifier and Type Method Description Cancellable
DefaultShutdownCallbackRegistry. addShutdownCallback(Runnable callback)
Cancellable
ShutdownCallbackRegistry. addShutdownCallback(Runnable callback)
Adds a Runnable shutdown callback to this class.
-