Uses of Interface
org.apache.logging.log4j.spi.LoggerAdapter
-
Packages that use LoggerAdapter Package Description org.apache.logging.log4j.jcl Log4j 2 adapter for Commons Logging.org.apache.logging.log4j.jpl org.apache.logging.log4j.jul org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.slf4j SLF4J support. -
-
Uses of LoggerAdapter in org.apache.logging.log4j.jcl
Classes in org.apache.logging.log4j.jcl that implement LoggerAdapter Modifier and Type Class Description classLogAdapterCommons Logging adapter registry. -
Uses of LoggerAdapter in org.apache.logging.log4j.jpl
Classes in org.apache.logging.log4j.jpl that implement LoggerAdapter Modifier and Type Class Description classLog4jSystemLoggerAdapterSystem.Loggerregistry implementation using just log4j-api. -
Uses of LoggerAdapter in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement LoggerAdapter Modifier and Type Class Description classAbstractLoggerAdapterAbstract Logger registry.classApiLoggerAdapterLoggerregistry implementation using just log4j-api.classCoreLoggerAdapterLoggerregistry implementation that uses log4j-core. -
Uses of LoggerAdapter in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi that implement LoggerAdapter Modifier and Type Class Description classAbstractLoggerAdapter<L>Provides an abstract base class to use for implementing LoggerAdapter. -
Uses of LoggerAdapter in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerAdapter Modifier and Type Class Description classLog4jLoggerFactoryLog4j implementation of SLF4J ILoggerFactory interface.
-