Uses of Interface
org.apache.log4j.spi.LoggerRepository

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

Uses of LoggerRepository in org.apache.log4j
 

Methods in org.apache.log4j that return LoggerRepository
static LoggerRepository LogManager.getLoggerRepository()
           
 

Methods in org.apache.log4j with parameters of type LoggerRepository
 void PropertyConfigurator.doConfigure(InputStream inputStream, LoggerRepository hierarchy)
          Read configuration options from an InputStream.
 void PropertyConfigurator.doConfigure(Properties properties, LoggerRepository hierarchy)
          Read configuration options from properties.
 void PropertyConfigurator.doConfigure(String configFileName, LoggerRepository hierarchy)
          Read configuration options from configuration file.
 void PropertyConfigurator.doConfigure(URL configURL, LoggerRepository hierarchy)
          Read configuration options from url configURL.
 

Uses of LoggerRepository in org.apache.log4j.spi
 

Methods in org.apache.log4j.spi that return LoggerRepository
 LoggerRepository RepositorySelector.getLoggerRepository()
          Returns a LoggerRepository depending on the context.
 

Uses of LoggerRepository in org.apache.log4j.xml
 

Methods in org.apache.log4j.xml with parameters of type LoggerRepository
 void DOMConfigurator.doConfigure(Element element, LoggerRepository repository)
           
 void DOMConfigurator.doConfigure(InputStream inputStream, LoggerRepository repository)
           
 void DOMConfigurator.doConfigure(Reader reader, LoggerRepository repository)
           
 void DOMConfigurator.doConfigure(String filename, LoggerRepository repository)
           
 void DOMConfigurator.doConfigure(URL url, LoggerRepository repository)
           
 



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.