Class LoggerConfiguratorDefault
Default implementation of the logger configurator.
Configures log4php based on a provided configuration file or array.
- LoggerConfiguratorDefault implements LoggerConfigurator
Package: log4php
License: Apache License, Version 2.0
Version: $Revision: 1394956 $
Since: 2.2
Located at core/log4php/configurators/LoggerConfiguratorDefault.php
License: Apache License, Version 2.0
Version: $Revision: 1394956 $
Since: 2.2
Located at core/log4php/configurators/LoggerConfiguratorDefault.php
public
|
#
configure(
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. |
public
array
|
|
public static
array
|
string |
FORMAT_XML
XML configuration file format. |
#
'xml'
|
string |
FORMAT_PHP
PHP configuration file format. |
#
'php'
|
string |
FORMAT_INI
INI (properties) configuration file format. |
#
'ini'
|