Program_Root/src/log4php/LoggerLevel.php

Description

log4php: a php port of log4j java logging package This framework is based on log4j see http://jakarta. Copyright (C) The Apache Software Foundation.

log4php: a php port of log4j java logging package This framework is based on log4j see http://jakarta.apache.org/log4j Copyright (C) The Apache Software Foundation. All rights reserved. PHP port 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 Apache Software License version 1.1, a copy of which has been included with this distribution in the LICENSE.txt file.

Classes
Class Description
LoggerLevel Encapsulate Level mechanics
Includes
require_once ('log4php/LoggerLog.php') (line 20)
Constants
LOGGER_LEVEL_ALL = (line 25)

The ALL has the lowest possible rank and is intended to turn on all logging

The ALL has the lowest possible rank and is intended to turn on all logging

LOGGER_LEVEL_DEBUG = 10 (line 30)

The DEBUG Level designates fine-grained informational events that are most useful to debug an application.

The DEBUG Level designates fine-grained informational events that are most useful to debug an application.

LOGGER_LEVEL_ERROR = 40 (line 45)

The ERROR level designates error events that might still allow the application to continue running.

The ERROR level designates error events that might still allow the application to continue running.

LOGGER_LEVEL_FATAL = 50 (line 50)

The FATAL level designates very severe error events that will presumably lead the application to abort.

The FATAL level designates very severe error events that will presumably lead the application to abort.

LOGGER_LEVEL_INFO = 20 (line 35)

The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.

The INFO level designates informational messages that highlight the progress of the application at coarse-grained level.

LOGGER_LEVEL_OFF = 256 (line 55)

The OFF has the highest possible rank and is intended to turn off logging.

The OFF has the highest possible rank and is intended to turn off logging.

LOGGER_LEVEL_WARN = 30 (line 40)

The WARN level designates potentially harmful situations.

The WARN level designates potentially harmful situations.

Documentation generated on Wed, 27 Aug 2003 18:11:41 +0200 by phpDocumentor 1.2.2