Interface LoggerConfigurator

Description

Interface for logger configurators.

Located in /log4php/LoggerConfigurator.php (line 29)


	
			
Method Summary
void configure (LoggerHierarchy $hierarchy, [mixed $input = null])
Methods
configure (line 41)

Configures log4php based on the given configuration.

All configurators implementations must implement this interface.

  • access: public
void configure (LoggerHierarchy $hierarchy, [mixed $input = null])
  • LoggerHierarchy $hierarchy: The hierarchy on which to perform the configuration.
  • mixed $input: Either path to the config file or the configuration as an array.

Documentation generated on Tue, 12 Mar 2024 14:04:53 +0900 by phpDocumentor 1.4.4