Apache log4cxx
Version 0.13.0
|
Implemented by classes capable of configuring log4j using a URL. More...
#include <configurator.h>
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. More... | |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Implemented by classes capable of configuring log4j using a URL.
log4cxx::spi::Configurator::Configurator | ( | ) |
|
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 log4cxx::PropertyConfigurator, and log4cxx::xml::DOMConfigurator.