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.
| 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, 3 Sep 2003 01:02:35 +0200 by phpDocumentor 1.2.2