Implements interfaces:
Default implementation of the logger configurator.
Configures log4php based on a provided configuration file or array.
Located in /log4php/configurators/LoggerConfiguratorDefault.php (line 31)
Returns the default log4php configuration.
Configures log4php based on the given configuration. The input can either be a path to the config file, or a PHP array holding the configuration.
If no configuration is given, or if the given configuration cannot be parsed for whatever reason, a warning will be issued, and log4php will use the default configuration contained in $defaultConfiguration.
Parses the given configuration and returns the parsed configuration as a PHP array. Does not perform any configuration.
If no configuration is given, or if the given configuration cannot be parsed for whatever reason, a warning will be issued, and the default configuration will be returned ($defaultConfiguration).
Documentation generated on Thu, 16 Feb 2017 18:02:37 +0900 by phpDocumentor 1.4.4