Uses of Interface
org.apache.logging.log4j.core.util.Cancellable
-
Packages that use Cancellable Package Description org.apache.logging.log4j.core.impl org.apache.logging.log4j.core.util -
-
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 CancellableLog4jContextFactory. 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 CancellableDefaultShutdownCallbackRegistry. addShutdownCallback(Runnable callback)CancellableShutdownCallbackRegistry. addShutdownCallback(Runnable callback)Adds a Runnable shutdown callback to this class.
-