Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger
-
-
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.internal
Methods in org.apache.logging.log4j.internal with parameters of type ExtendedLogger Modifier and Type Method Description LogBuilderDefaultLogBuilder. reset(ExtendedLogger logger, Level level)This method should be considered internal.Constructors in org.apache.logging.log4j.internal with parameters of type ExtendedLogger Constructor Description DefaultLogBuilder(ExtendedLogger logger, Level level) -
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(String name)ExtendedLoggerSimpleLoggerContext. getLogger(String name, @Nullable MessageFactory messageFactory)Methods in org.apache.logging.log4j.simple that return types with arguments of type ExtendedLogger Modifier and Type Method Description LoggerRegistry<ExtendedLogger>SimpleLoggerContext. 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 ExtendedLogger Modifier and Type Class Description classLoggerRegistry<T extends ExtendedLogger>Convenience class to be used as anExtendedLoggerregistry byLoggerContextimplementations.static classLoggerRegistry.ConcurrentMapFactory<T extends ExtendedLogger>Deprecated.As of version2.25.0, planned to be removed!static interfaceLoggerRegistry.MapFactory<T extends ExtendedLogger>Deprecated.As of version2.25.0, planned to be removed!static classLoggerRegistry.WeakMapFactory<T extends ExtendedLogger>Deprecated.As of version2.25.0, planned to be removed!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 default ExtendedLoggerLoggerContext. getLogger(Class<?> cls)Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.default ExtendedLoggerLoggerContext. getLogger(Class<?> cls, @Nullable MessageFactory messageFactory)Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.ExtendedLoggerLoggerContext. getLogger(String name)Gets an ExtendedLogger.ExtendedLoggerLoggerContext. getLogger(String name, @Nullable MessageFactory messageFactory)Gets 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)Deprecated.As of version2.25.0, planned to be removed!Constructors in org.apache.logging.log4j.spi with parameters of type ExtendedLogger Constructor Description ExtendedLoggerWrapper(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 ExtendedLogger Modifier and Type Class Description classStatusLoggerRecords events that occur in the logging system.
-