Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger
-
Packages that use ExtendedLogger Package Description org.apache.logging.log4j Public API for Log4j 2.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.internal This package should be considered private.org.apache.logging.log4j.io SeeIoBuilder.org.apache.logging.log4j.io.internal Internal classes.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.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.log4j.taglib Classes (JSP tags) to enable logging in JSPs without using Java scripting.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.slf4j SLF4J support. -
-
Uses of ExtendedLogger in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as ExtendedLogger Modifier and Type Field Description private static ExtendedLoggerEventLogger. LOGGER -
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
Fields in org.apache.logging.log4j.internal declared as ExtendedLogger Modifier and Type Field Description private ExtendedLoggerDefaultLogBuilder. loggerMethods 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.io
Fields in org.apache.logging.log4j.io declared as ExtendedLogger Modifier and Type Field Description private ExtendedLoggerByteStreamLogger. loggerprivate ExtendedLoggerCharStreamLogger. loggerprivate ExtendedLoggerIoBuilder. loggerConstructors in org.apache.logging.log4j.io with parameters of type ExtendedLogger Constructor Description ByteStreamLogger(ExtendedLogger logger, Level level, Marker marker, java.nio.charset.Charset charset)CharStreamLogger(ExtendedLogger logger, Level level, Marker marker)LoggerBufferedInputStream(java.io.InputStream in, java.nio.charset.Charset charset, int size, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerBufferedInputStream(java.io.InputStream in, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerBufferedReader(java.io.Reader reader, int size, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerBufferedReader(java.io.Reader reader, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerFilterOutputStream(java.io.OutputStream out, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerFilterWriter(java.io.Writer out, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerInputStream(java.io.InputStream in, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerOutputStream(ExtendedLogger logger, Level level, Marker marker, java.nio.charset.Charset charset, java.lang.String fqcn)LoggerPrintStream(java.io.OutputStream out, boolean autoFlush, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerPrintStream(ExtendedLogger logger, boolean autoFlush, java.nio.charset.Charset charset, java.lang.String fqcn, Level level, Marker marker)LoggerPrintWriter(java.io.Writer writer, boolean autoFlush, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerPrintWriter(ExtendedLogger logger, boolean autoFlush, java.lang.String fqcn, Level level, Marker marker)LoggerReader(java.io.Reader reader, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)LoggerWriter(ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker) -
Uses of ExtendedLogger in org.apache.logging.log4j.io.internal
Constructors in org.apache.logging.log4j.io.internal with parameters of type ExtendedLogger Constructor Description InternalBufferedInputStream(java.io.InputStream in, java.nio.charset.Charset charset, int size, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalBufferedInputStream(java.io.InputStream in, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalBufferedReader(java.io.Reader reader, int size, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalBufferedReader(java.io.Reader reader, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalFilterOutputStream(java.io.OutputStream out, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalFilterWriter(java.io.Writer out, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalInputStream(java.io.InputStream in, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalLoggerReader(java.io.Reader reader, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalOutputStream(ExtendedLogger logger, Level level, Marker marker, java.nio.charset.Charset charset, java.lang.String fqcn)InternalPrintStream(java.io.OutputStream out, boolean autoFlush, java.nio.charset.Charset charset, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalPrintStream(ExtendedLogger logger, boolean autoFlush, java.nio.charset.Charset charset, java.lang.String fqcn, Level level, Marker marker)InternalPrintWriter(java.io.Writer writer, boolean autoFlush, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalPrintWriter(ExtendedLogger logger, boolean autoFlush, java.lang.String fqcn, Level level, Marker marker)InternalReader(java.io.Reader reader, ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker)InternalWriter(ExtendedLogger logger, java.lang.String fqcn, Level level, Marker marker) -
Uses of ExtendedLogger in org.apache.logging.log4j.jcl
Fields in org.apache.logging.log4j.jcl declared as ExtendedLogger Modifier and Type Field Description private ExtendedLoggerLog4jLog. loggerConstructors in org.apache.logging.log4j.jcl with parameters of type ExtendedLogger Constructor Description Log4jLog(ExtendedLogger logger) -
Uses of ExtendedLogger in org.apache.logging.log4j.jpl
Fields in org.apache.logging.log4j.jpl declared as ExtendedLogger Modifier and Type Field Description private ExtendedLoggerLog4jSystemLogger. loggerConstructors in org.apache.logging.log4j.jpl with parameters of type ExtendedLogger Constructor Description Log4jSystemLogger(ExtendedLogger logger) -
Uses of ExtendedLogger in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement ExtendedLogger Modifier and Type Class Description (package private) classWrappedLoggerWrapper class to ensure proper FQCN support in Logger calls.Constructors in org.apache.logging.log4j.jul with parameters of type ExtendedLogger Constructor Description ApiLogger(ExtendedLogger logger)WrappedLogger(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.Fields in org.apache.logging.log4j.simple with type parameters of type ExtendedLogger Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>SimpleLoggerContext. loggerRegistryMethods 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)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 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 default ExtendedLoggerLoggerContext. getLogger(java.lang.Class<?> cls)Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.default ExtendedLoggerLoggerContext. getLogger(java.lang.Class<?> cls, MessageFactory messageFactory)Gets an ExtendedLogger using the fully qualified name of the Class as the Logger name.ExtendedLoggerLoggerContext. getLogger(java.lang.String name)Gets an ExtendedLogger.ExtendedLoggerLoggerContext. getLogger(java.lang.String name, 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)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.log4j.taglib
Classes in org.apache.logging.log4j.taglib that implement ExtendedLogger Modifier and Type Class Description (package private) classLog4jTaglibLoggerThe bridge between the tag library and the Log4j API ensures that the source information for log events is the JSP Servlet and not one of the taglib classes.Constructors in org.apache.logging.log4j.taglib with parameters of type ExtendedLogger Constructor Description Log4jTaglibLogger(ExtendedLogger logger, java.lang.String name, MessageFactory messageFactory) -
Uses of ExtendedLogger in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement ExtendedLogger Modifier and Type Class Description (package private) classJULLoggerImplementation ofLoggerthat's backed by aLogger.Fields in org.apache.logging.log4j.tojul with type parameters of type ExtendedLogger Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>JULLoggerContext. loggerRegistryMethods in org.apache.logging.log4j.tojul that return ExtendedLogger Modifier and Type Method Description ExtendedLoggerJULLoggerContext. getLogger(java.lang.String name)ExtendedLoggerJULLoggerContext. getLogger(java.lang.String name, MessageFactory messageFactory) -
Uses of ExtendedLogger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement ExtendedLogger Modifier and Type Class Description classSLF4JLoggerFields in org.apache.logging.slf4j declared as ExtendedLogger Modifier and Type Field Description private ExtendedLoggerLog4jLogger. loggerprivate ExtendedLoggerSLF4JLogBuilder. loggerFields in org.apache.logging.slf4j with type parameters of type ExtendedLogger Modifier and Type Field Description private LoggerRegistry<ExtendedLogger>SLF4JLoggerContext. loggerRegistryMethods 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)Constructors in org.apache.logging.slf4j with parameters of type ExtendedLogger Constructor Description Log4jLogger(Log4jMarkerFactory markerFactory, ExtendedLogger logger, java.lang.String name)
-