Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger
Packages that use ExtendedLogger
Package
Description
Simple logging implementation.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
Status API for Log4j 2.
-
Uses of ExtendedLogger in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement ExtendedLoggerModifier and TypeClassDescriptionclass
This is the default logger that is used when no suitable logging implementation is available.Methods in org.apache.logging.log4j.simple that return ExtendedLoggerModifier and TypeMethodDescriptionSimpleLoggerContext.getLogger
(String name, @Nullable MessageFactory messageFactory) Methods in org.apache.logging.log4j.simple that return types with arguments of type ExtendedLoggerModifier and TypeMethodDescriptionSimpleLoggerContext.getLoggerRegistry()
Gets the LoggerRegistry. -
Uses of ExtendedLogger in org.apache.logging.log4j.spi
Classes in org.apache.logging.log4j.spi with type parameters of type ExtendedLoggerModifier and TypeClassDescriptionclass
LoggerRegistry<T extends ExtendedLogger>
Convenience class to be used as anExtendedLogger
registry byLoggerContext
implementations.static class
LoggerRegistry.MapFactory
implementation usingConcurrentHashMap
.static interface
LoggerRegistry.MapFactory<T extends ExtendedLogger>
Data structure contract for the internal storage of admitted loggers.static class
LoggerRegistry.WeakMapFactory<T extends ExtendedLogger>
LoggerRegistry.MapFactory
implementation usingWeakHashMap
.Classes in org.apache.logging.log4j.spi that implement ExtendedLoggerModifier and TypeClassDescriptionclass
Base implementation of a Logger.class
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.Fields in org.apache.logging.log4j.spi declared as ExtendedLoggerModifier and TypeFieldDescriptionprotected final ExtendedLogger
ExtendedLoggerWrapper.logger
The wrapped Logger.Methods in org.apache.logging.log4j.spi that return ExtendedLoggerModifier and TypeMethodDescriptiondefault ExtendedLogger
Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.default ExtendedLogger
LoggerContext.getLogger
(Class<?> cls, MessageFactory messageFactory) Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.Gets an ExtendedLogger.LoggerContext.getLogger
(String name, MessageFactory messageFactory) Gets an ExtendedLogger.Methods in org.apache.logging.log4j.spi with parameters of type ExtendedLoggerModifier and TypeMethodDescriptionstatic void
AbstractLogger.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 ExtendedLoggerModifierConstructorDescriptionExtendedLoggerWrapper
(ExtendedLogger logger, 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 ExtendedLoggerModifier and TypeClassDescriptionclass
Records events that occur in the logging system.