Uses of Interface
org.apache.logging.log4j.spi.ExtendedLogger

Packages that use ExtendedLogger
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. 
 

Uses of ExtendedLogger in org.apache.logging.log4j.simple
 

Classes in org.apache.logging.log4j.simple that implement ExtendedLogger
 class SimpleLogger
          This is the default logger that is used when no suitable logging implementation is available.
 

Methods in org.apache.logging.log4j.simple that return ExtendedLogger
 ExtendedLogger SimpleLoggerContext.getLogger(String name)
           
 ExtendedLogger SimpleLoggerContext.getLogger(String name, MessageFactory messageFactory)
           
 

Uses of ExtendedLogger in org.apache.logging.log4j.spi
 

Classes in org.apache.logging.log4j.spi that implement ExtendedLogger
 class AbstractLogger
          Base implementation of a Logger.
 class ExtendedLoggerWrapper
          Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
 

Fields in org.apache.logging.log4j.spi declared as ExtendedLogger
protected  ExtendedLogger ExtendedLoggerWrapper.logger
          The wrapped Logger.
 

Methods in org.apache.logging.log4j.spi that return ExtendedLogger
 ExtendedLogger LoggerContext.getLogger(String name)
          Returns a Logger.
 ExtendedLogger LoggerContext.getLogger(String name, MessageFactory messageFactory)
          Returns a Logger.
 

Methods in org.apache.logging.log4j.spi with parameters of type ExtendedLogger
static 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 ExtendedLogger
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
 class StatusLogger
          Mechanism to record events that occur in the logging system.
 



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.