Program_Root/log4php/xml/LoggerDOMConfigurator.php

Description

log4php is a PHP port of the log4j java logging package.

log4php is a PHP port of the log4j java logging package. This framework is based on log4j (see http://jakarta.apache.org/log4j for details).

Design, strategies and part of the methods documentation are developed by log4j team (Ceki Gulcu as log4j project founder and http://jakarta.apache.org/log4j/docs/contributors.html).

PHP port, extensions and modifications by VxR. All rights reserved.
For more information, please see http://www.vxr.it/log4php/.

This software is published under the terms of the LGPL License a copy of which has been included with this distribution in the LICENSE file.

Classes
Class Description
LoggerDOMConfigurator Parse xml logger configuration and creates the LoggerHierarchy
Includes
require_once (LOG4PHP_DIR.'/LoggerManager.php') (line 31)
require_once (LOG4PHP_DIR.'/helpers/LoggerOptionConverter.php') (line 26)
require_once (LOG4PHP_DIR.'/or/LoggerObjectRenderer.php') (line 30)
require_once (LOG4PHP_DIR.'/spi/LoggerFilter.php') (line 29)
require_once (LOG4PHP_DIR.'/LoggerAppender.php') (line 28)
require_once (LOG4PHP_DIR.'/LoggerLayout.php') (line 27)
require_once (LOG4PHP_DIR.'/spi/LoggerConfigurator.php') (line 25)
Constants
LOG4PHP_LOGGER_DOM_CONFIGURATOR_APPENDER_STATE = 1000 (line 33)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_DEFAULT_CONFIGURATION = '<?xml version="1.0" ?>
<log4php:configuration threshold="all">
<appender name="A1" class="LoggerAppenderEcho">
<layout class="LoggerLayoutSimple" />
</appender>
<root>
<level value="debug" />
<appender_ref ref="A1" />
</root>
</log4php:configuration>' (line 41)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_DEFAULT_FILENAME = './log4php.xml' (line 39)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_FILTER_STATE = 1004 (line 37)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_LAYOUT_STATE = 1001 (line 34)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_LOGGER_STATE = 1003 (line 36)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_ROOT_STATE = 1002 (line 35)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_XMLNS = 'HTTP://WWW.VXR.IT/LOG4PHP/' (line 44)

Documentation generated on Wed, 10 Sep 2003 22:44:32 +0200 by phpDocumentor 1.2.2