Uses of Interface
org.apache.logging.log4j.spi.Terminable
-
Packages that use Terminable Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of Terminable in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement Terminable Modifier and Type Class Description class
LoggerContext
The LoggerContext is the anchor for the logging system. -
Uses of Terminable in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement Terminable Modifier and Type Class Description class
AsyncLoggerContext
LoggerContext
that createsAsyncLogger
objects.
-