Apache log4cxx Version 0.10.0
Configurator Class Reference

Implemented by classes capable of configuring log4j using a URL. More...

Inherits Object.

Inherited by PropertyConfigurator [virtual], and DOMConfigurator [virtual].

List of all members.

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.

Detailed Description

Implemented by classes capable of configuring log4j using a URL.


Constructor & Destructor Documentation


Member Function Documentation

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.

Parameters:
configFileNameThe file to parse
repositoryThe hierarchy to operation upon.

Implemented in PropertyConfigurator, and DOMConfigurator.


The documentation for this class was generated from the following file: