Program_Root/log4php/LoggerPropertyConfigurator.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
LoggerPropertyConfigurator Allows the configuration of log4php from an external file.
Includes
require_once (LOG4PHP_DIR.'/spi/LoggerConfigurator.php') (line 24)
require_once (LOG4PHP_DIR.'/LoggerManager.php') (line 32)
require_once (LOG4PHP_DIR.'/spi/LoggerFilter.php') (line 30)
require_once (LOG4PHP_DIR.'/LoggerAppender.php') (line 29)
require_once (LOG4PHP_DIR.'/or/LoggerObjectRenderer.php') (line 31)
require_once (LOG4PHP_DIR.'/helpers/LoggerOptionConverter.php') (line 27)
require_once (LOG4PHP_DIR.'/LoggerLevel.php') (line 26)
require_once (LOG4PHP_DIR.'/config/LoggerPropertySetter.php') (line 25)
require_once (LOG4PHP_DIR.'/LoggerLayout.php') (line 28)
Constants
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_ADDITIVITY_PREFIX = "log4php.additivity." (line 37)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_APPENDER_PREFIX = "log4php.appender." (line 40)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_CATEGORY_PREFIX = "log4php.category." (line 34)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_FACTORY_PREFIX = "log4php.factory" (line 36)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_INTERNAL_ROOT_NAME = "root" (line 49)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_LOGGER_DEBUG_KEY = "log4php.debug" (line 48)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_LOGGER_FACTORY_KEY = "log4php.loggerFactory" (line 47)

Key for specifying the LoggerFactory.

Key for specifying the LoggerFactory.

LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_LOGGER_PREFIX = "log4php.logger." (line 35)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_RENDERER_PREFIX = "log4php.renderer." (line 41)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_ROOT_CATEGORY_PREFIX = "log4php.rootCategory" (line 38)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_ROOT_LOGGER_PREFIX = "log4php.rootLogger" (line 39)
LOG4PHP_LOGGER_PROPERTY_CONFIGURATOR_THRESHOLD_PREFIX = "log4php.threshold" (line 42)

Documentation generated on Mon, 15 Sep 2003 21:13:15 +0200 by phpDocumentor 1.2.2