|
Apache log4cxx
Version 0.10.0
|
Implemented by classes capable of configuring log4j using a URL. More...
Inherits Object.
Inherited by PropertyConfigurator [virtual], and DOMConfigurator [virtual].
Public Member Functions | |
| Configurator () | |
| virtual void | doConfigure (const File &configFileName, spi::LoggerRepositoryPtr &repository)=0 |
| Interpret a resource pointed by a URL and set up log4j accordingly. | |
Implemented by classes capable of configuring log4j using a URL.
| Configurator | ( | ) |
| virtual void doConfigure | ( | const File & | configFileName, |
| spi::LoggerRepositoryPtr & | repository | ||
| ) | [pure virtual] |
Interpret a resource pointed by a URL and set up log4j accordingly.
The configuration is done relative to the hierarchy parameter.
| configFileName | The file to parse |
| repository | The hierarchy to operation upon. |
Implemented in PropertyConfigurator, and DOMConfigurator.