Class LoggerConfigurator

Description

Implemented by classes capable of configuring log4php using a URL.

Implemented by classes capable of configuring log4php using a URL.

Located in Program_Root/log4php/spi/LoggerConfigurator.php (line 49)


	
			
Direct descendents
Class Description
LoggerBasicConfigurator Use this class to quickly configure the package.
LoggerPropertyConfigurator Allows the configuration of log4php from an external file.
LoggerDOMConfigurator Use this class to initialize the log4php environment using expat parser.
Method Summary
void doConfigure (string $url, LoggerHierarchy &$repository)
Methods
doConfigure (line 60)

Interpret a resource pointed by a url and configure accordingly.

Interpret a resource pointed by a url and configure accordingly. The configuration is done relative to the repository parameter.

void doConfigure (string $url, LoggerHierarchy &$repository)
  • string $url: The URL to parse
  • LoggerHierarchy &$repository: The hierarchy to operation upon.

Redefined in descendants as:

Documentation generated on Wed, 24 Sep 2003 20:07:18 +0200 by phpDocumentor 1.2.2