Uses of Class
org.apache.log4j.Logger

Packages that use Logger
org.apache.log4j Log4j 1.x compatibility layer. 
org.apache.log4j.spi Log4j 1.x compatibility layer. 
 

Uses of Logger in org.apache.log4j
 

Methods in org.apache.log4j that return Logger
static Logger LogManager.exists(String name)
           
static Logger LogManager.getLogger(Class clazz)
           
static Logger Logger.getLogger(Class<?> clazz)
           
static Logger LogManager.getLogger(String name)
           
static Logger Logger.getLogger(String name)
           
static Logger LogManager.getLogger(String name, LoggerFactory factory)
           
static Logger Logger.getLogger(String name, LoggerFactory factory)
           
static Logger LogManager.getRootLogger()
           
static Logger Logger.getRootLogger()
           
 

Uses of Logger in org.apache.log4j.spi
 

Methods in org.apache.log4j.spi that return Logger
 Logger LoggerRepository.exists(String name)
           
 Logger LoggerRepository.getLogger(String name)
           
 Logger LoggerRepository.getLogger(String name, LoggerFactory factory)
           
 Logger LoggerRepository.getRootLogger()
           
 Logger LoggerFactory.makeNewLoggerInstance(LoggerContext context, String name)
           
 

Methods in org.apache.log4j.spi with parameters of type Logger
 void ErrorHandler.setLogger(Logger logger)
          Add a reference to a logger to which the failing appender might be attached to.
 



Copyright © 1999-2015 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.