Program_Root/log4php/LoggerManager.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. Design, strategies and part of the methods documention are developed by log4j team (Ceki Gulcu as log4j project founder and http://jakarta.apache.org/log4j/docs/contributors.html). Copyright (C) The Apache Software Foundation. All rights reserved.

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
LoggerManager Use the LoggerManager to get Logger instances.
Includes
include_once (LOG4PHP_CONFIGURATOR) (line 54)
require_once (LOG4PHP_DIR.'/LoggerRoot.php') (line 30)
require_once (LOG4PHP_DIR.'/LoggerHierarchy.php') (line 31)
Constants
LOG4PHP_CONFIGURATION_FILENAME = '' (line 37)

Points to the configuration file

Points to the configuration file

LOG4PHP_CONFIGURATOR = LOG4PHP_DIR.'/xml/LoggerDOMConfigurator.php' (line 43)

Points to the configurator class filename

Points to the configurator class filename

LOG4PHP_DIR = dirname(__FILE__) (line 26)

LOG4PHP_DIR points to the log4php root directory.

LOG4PHP_DIR points to the log4php root directory. If not defined it will be set with the first http://www.php.net/require_once

LOG4PHP_INIT_OVERRIDE = false (line 49)

if set to true, skip the initial configuration sequence

if set to true, skip the initial configuration sequence

Documentation generated on Wed, 3 Sep 2003 01:02:38 +0200 by phpDocumentor 1.2.2