Uses of Interface
org.apache.log4j.spi.LoggerRepository
-
Packages that use LoggerRepository Package Description org.apache.log4j An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.org.apache.log4j.spi org.apache.log4j.xml -
-
Uses of LoggerRepository in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggerRepository Modifier and Type Method Description void
PropertyConfigurator. doConfigure(String configFileName, LoggerRepository hierarchy)
void
PropertyConfigurator. doConfigure(URL configURL, LoggerRepository hierarchy)
void
PropertyConfigurator. doConfigure(Properties properties, LoggerRepository hierarchy)
-
Uses of LoggerRepository in org.apache.log4j.spi
Methods in org.apache.log4j.spi with parameters of type LoggerRepository Modifier and Type Method Description void
Configurator. doConfigure(URL url, LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly. -
Uses of LoggerRepository in org.apache.log4j.xml
Methods in org.apache.log4j.xml with parameters of type LoggerRepository Modifier and Type Method Description 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)
void
DOMConfigurator. doConfigure(Element element, LoggerRepository repository)
-