Apache Log4cxx
Version 1.3.0
|
Implemented by classes capable of configuring log4j using a URL. More...
#include <configurator.h>
Public Member Functions | |
virtual ConfigurationStatus | doConfigure (const File &configFileName, spi::LoggerRepositoryPtr repository)=0 |
Interpret a resource pointed by a URL and set up log4j accordingly. | |
Public Member Functions inherited from log4cxx::helpers::Object | |
virtual | ~Object () |
virtual const helpers::Class & | getClass () const =0 |
virtual bool | instanceof (const Class &clazz) const =0 |
virtual const void * | cast (const Class &clazz) const =0 |
Protected Member Functions | |
Configurator () | |
Implemented by classes capable of configuring log4j using a URL.
|
protected |
|
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 | Where the Logger instances reside. |
Implemented in log4cxx::PropertyConfigurator, and log4cxx::xml::DOMConfigurator.