Apache log4cxx
Version 0.11.0
|
Implemented by classes capable of configuring log4j using a URL. More...
#include <configurator.h>
Public Member Functions | |
virtual void | doConfigure (const File &configFileName, spi::LoggerRepositoryPtr &repository)=0 |
Interpret a resource pointed by a URL and set up log4j accordingly. More... | |
![]() | |
virtual void | addRef () const =0 |
virtual void | releaseRef () const =0 |
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.
|
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.