/xml/LoggerDOMConfigurator.php

Description

Copyright 2004 The Apache Software Foundation.

This software is published under the terms of the Apache Software License version 2.0, a copy of which has been included with this distribution in the LICENSE file.

Classes
Class Description
LoggerDOMConfigurator Use this class to initialize the log4php environment using expat parser.
Includes
require_once (LOG4PHP_DIR.'/LoggerManager.php') (line 24)
require_once (LOG4PHP_DIR.'/or/LoggerObjectRenderer.php') (line 19)
require_once (LOG4PHP_DIR.'/LoggerLog.php') (line 23)
require_once (LOG4PHP_DIR.'/LoggerLayout.php') (line 22)
require_once (LOG4PHP_DIR.'/LoggerAppender.php') (line 21)
require_once (LOG4PHP_DIR.'/spi/LoggerConfigurator.php') (line 20)
require_once (LOG4PHP_DIR.'/helpers/LoggerOptionConverter.php') (line 18)
Constants
LOG4PHP_LOGGER_DOM_CONFIGURATOR_APPENDER_STATE = 1000 (line 26)
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 37)
  • var: the default configuration document
LOG4PHP_LOGGER_DOM_CONFIGURATOR_DEFAULT_FILENAME = './log4php.xml' (line 32)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_FILTER_STATE = 1040 (line 30)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_LAYOUT_STATE = 1010 (line 27)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_LOGGER_STATE = 1030 (line 29)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_ROOT_STATE = 1020 (line 28)
LOG4PHP_LOGGER_DOM_CONFIGURATOR_XMLNS = 'HTTP://LOGGING.APACHE.ORG/LOG4PHP/' (line 52)
  • var: the elements namespace

Documentation generated by phpDocumentor 1.3.2