Program_Root/log4php/LoggerLevel.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 Gülcü 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
LoggerLevel Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.
Includes
require_once (LOG4PHP_DIR.'/LoggerLog.php') (line 26)
Constants
LOG4PHP_LEVEL_ALL_INT = -2147483648 (line 34)
LOG4PHP_LEVEL_DEBUG_INT = 10000 (line 33)
LOG4PHP_LEVEL_ERROR_INT = 40000 (line 30)
LOG4PHP_LEVEL_FATAL_INT = 50000 (line 29)
LOG4PHP_LEVEL_INFO_INT = 20000 (line 32)
LOG4PHP_LEVEL_OFF_INT = 2147483647 (line 28)
LOG4PHP_LEVEL_WARN_INT = 30000 (line 31)

Documentation generated on Tue, 28 Oct 2003 22:03:58 +0100 by phpDocumentor 1.2.2