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.
| Class | Description |
|---|---|
| LoggerLevel | Encapsulate Level mechanics |
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
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.
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.
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.
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.
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.
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