Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger
-
Packages that use ExtendedLogger 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.org.apache.logging.log4j.jcl Log4j 2 adapter for Commons Logging.org.apache.logging.log4j.simple Simple logging implementation.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.log4j.status Status API for Log4j 2.org.apache.logging.slf4j SLF4J support. -
-
Uses of ExtendedLogger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement ExtendedLogger Modifier and Type Class Description classLoggerThe core implementation of theLoggerinterface. -
Uses of ExtendedLogger in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement ExtendedLogger Modifier and Type Class Description classAsyncLoggerAsyncLogger is a logger designed for high throughput and low latency logging. -
Uses of ExtendedLogger in org.apache.logging.log4j.jcl
Constructors in org.apache.logging.log4j.jcl with parameters of type ExtendedLogger Constructor Description Log4jLog(ExtendedLogger logger) -
Uses of ExtendedLogger in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement ExtendedLogger Modifier and Type Class Description classSimpleLoggerThis is the default logger that is used when no suitable logging implementation is available.Methods in org.apache.logging.log4j.simple that return ExtendedLogger Modifier and Type Method Description ExtendedLoggerSimpleLoggerContext. getLogger(java.lang.String name)ExtendedLoggerSimpleLoggerContext. getLogger(java.lang.String name, MessageFactory messageFactory) -
Uses of ExtendedLogger in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi with type parameters of type ExtendedLogger Modifier and Type Class Description classLoggerRegistry<T extends ExtendedLogger>Convenience class to be used byLoggerContextimplementations.static classLoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger>Generates ConcurrentHashMaps for use by the registry to store the Loggers.static interfaceLoggerRegistry.MapFactory<T extends ExtendedLogger>Interface to control the data structure used by the registry to store the Loggers.static classLoggerRegistry.WeakMapFactory<T extends ExtendedLogger>Generates WeakHashMaps for use by the registry to store the Loggers.Classes in org.apache.logging.log4j.spi that implement ExtendedLogger Modifier and Type Class Description classAbstractLoggerBase implementation of a Logger.classExtendedLoggerWrapperWrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.Fields in org.apache.logging.log4j.spi declared as ExtendedLogger Modifier and Type Field Description protected ExtendedLoggerExtendedLoggerWrapper. loggerThe wrapped Logger.Methods in org.apache.logging.log4j.spi that return ExtendedLogger Modifier and Type Method Description ExtendedLoggerLoggerContext. getLogger(java.lang.String name)Returns an ExtendedLogger.ExtendedLoggerLoggerContext. getLogger(java.lang.String name, MessageFactory messageFactory)Returns an ExtendedLogger.Methods in org.apache.logging.log4j.spi with parameters of type ExtendedLogger Modifier and Type Method Description static voidAbstractLogger. checkMessageFactory(ExtendedLogger logger, MessageFactory messageFactory)Checks that the message factory a logger was created with is the same as the given messageFactory.Constructors in org.apache.logging.log4j.spi with parameters of type ExtendedLogger Constructor Description ExtendedLoggerWrapper(ExtendedLogger logger, java.lang.String name, MessageFactory messageFactory)Constructor that wraps and existing Logger. -
Uses of ExtendedLogger in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement ExtendedLogger Modifier and Type Class Description classStatusLoggerRecords events that occur in the logging system. -
Uses of ExtendedLogger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ExtendedLogger Modifier and Type Class Description classSLF4JLoggerMethods in org.apache.logging.slf4j that return ExtendedLogger Modifier and Type Method Description ExtendedLoggerSLF4JLoggerContext. getLogger(java.lang.String name)ExtendedLoggerSLF4JLoggerContext. getLogger(java.lang.String name, MessageFactory messageFactory)
-