Uses of Interface
org.apache.logging.log4j.spi.LoggerContextShutdownEnabled
-
Packages that use LoggerContextShutdownEnabled 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 LoggerContextShutdownEnabled in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LoggerContextShutdownEnabled Modifier and Type Class Description class
LoggerContext
The LoggerContext is the anchor for the logging system. -
Uses of LoggerContextShutdownEnabled in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LoggerContextShutdownEnabled Modifier and Type Class Description class
AsyncLoggerContext
LoggerContext
that createsAsyncLogger
objects.
-