Uses of Interface
org.apache.log4j.spi.LoggerRepository
Packages that use LoggerRepository
Package
Description
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
-
Uses of LoggerRepository in org.apache.log4j
Methods in org.apache.log4j with parameters of type LoggerRepositoryModifier and TypeMethodDescriptionvoid
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 LoggerRepositoryModifier and TypeMethodDescriptionvoid
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 LoggerRepositoryModifier and TypeMethodDescriptionvoid
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)