Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger
Packages that use ExtendedLogger
Package
Description
Public API for Log4j 2.
Implementation of Log4j 2.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
This package should be considered private.
Log4j 2 adapter for Commons Logging.
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.
Java JDK java.util.logging (JUL) bridge.
SLF4J support.
-
Uses of ExtendedLogger in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ExtendedLogger -
Uses of ExtendedLogger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement ExtendedLogger -
Uses of ExtendedLogger in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement ExtendedLoggerModifier and TypeClassDescriptionclass
AsyncLogger is a logger designed for high throughput and low latency logging. -
Uses of ExtendedLogger in org.apache.logging.log4j.internal
Fields in org.apache.logging.log4j.internal declared as ExtendedLoggerMethods in org.apache.logging.log4j.internal with parameters of type ExtendedLoggerModifier and TypeMethodDescriptionDefaultLogBuilder.reset
(ExtendedLogger logger, Level level) This method should be considered internal.Constructors in org.apache.logging.log4j.internal with parameters of type ExtendedLogger -
Uses of ExtendedLogger in org.apache.logging.log4j.jcl
Fields in org.apache.logging.log4j.jcl declared as ExtendedLoggerConstructors in org.apache.logging.log4j.jcl with parameters of type ExtendedLogger -
Uses of ExtendedLogger in org.apache.logging.log4j.jpl
Fields in org.apache.logging.log4j.jpl declared as ExtendedLoggerConstructors in org.apache.logging.log4j.jpl with parameters of type ExtendedLogger -
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.Fields in org.apache.logging.log4j.simple with type parameters of type ExtendedLoggerModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger>
SimpleLoggerContext.loggerRegistry
Methods in org.apache.logging.log4j.simple that return ExtendedLoggerModifier and TypeMethodDescriptionSimpleLoggerContext.getLogger
(String name, 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 byLoggerContext
implementations.static class
Generates ConcurrentHashMaps for use by the registry to store the Loggers.static interface
LoggerRegistry.MapFactory<T extends ExtendedLogger>
Interface to control the data structure used by the registry to store the Loggers.static class
LoggerRegistry.WeakMapFactory<T extends ExtendedLogger>
Generates WeakHashMaps for use by the registry to store the Loggers.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 TypeClassDescriptionfinal class
Records events that occur in the logging system. -
Uses of ExtendedLogger in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement ExtendedLoggerModifier and TypeClassDescription(package private) final class
Fields in org.apache.logging.log4j.tojul with type parameters of type ExtendedLoggerModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger>
JULLoggerContext.loggerRegistry
Methods in org.apache.logging.log4j.tojul that return ExtendedLoggerModifier and TypeMethodDescriptionJULLoggerContext.getLogger
(String name, MessageFactory messageFactory) -
Uses of ExtendedLogger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ExtendedLoggerFields in org.apache.logging.slf4j declared as ExtendedLoggerModifier and TypeFieldDescriptionprivate ExtendedLogger
Log4jLogger.logger
private ExtendedLogger
SLF4JLogBuilder.logger
Fields in org.apache.logging.slf4j with type parameters of type ExtendedLoggerModifier and TypeFieldDescriptionprivate final LoggerRegistry<ExtendedLogger>
SLF4JLoggerContext.loggerRegistry
Methods in org.apache.logging.slf4j that return ExtendedLoggerModifier and TypeMethodDescriptionSLF4JLoggerContext.getLogger
(String name, MessageFactory messageFactory) Constructors in org.apache.logging.slf4j with parameters of type ExtendedLoggerModifierConstructorDescriptionLog4jLogger
(Log4jMarkerFactory markerFactory, ExtendedLogger logger, String name)