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 configurators/LoggerConfiguratorDefault.php
License: Apache License, Version 2.0
Version: $Revision: 1394956 $
Since: 2.2
Located at 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' |
#
XML configuration file format. |
string |
FORMAT_PHP
|
'php' |
#
PHP configuration file format. |
string |
FORMAT_INI
|
'ini' |
#
INI (properties) configuration file format. |