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 |
Modifier and Type | Method and Description |
---|---|
void |
PropertyConfigurator.doConfigure(Properties properties,
LoggerRepository hierarchy) |
void |
PropertyConfigurator.doConfigure(String configFileName,
LoggerRepository hierarchy) |
void |
PropertyConfigurator.doConfigure(URL configURL,
LoggerRepository hierarchy) |
Modifier and Type | Method and Description |
---|---|
void |
Configurator.doConfigure(URL url,
LoggerRepository repository)
Interpret a resource pointed by a URL and set up log4j accordingly.
|
Modifier and Type | Method and Description |
---|---|
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 © 2005–2022 QOS.ch. All rights reserved.