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 log4j from an external file.
LoggerDOMConfigurator Parse xml logger configuration and creates the LoggerHierarchy
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, 10 Sep 2003 22:44:31 +0200 by phpDocumentor 1.2.2