Program_Root/log4php/spi/LoggerFilter.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
LoggerFilter Users should extend this class to implement customized logging event filtering. the parent class of all standard appenders, have built-in filtering rules. first use and understand the built-in rules before rushing to write your own custom filters.
Includes
require_once (LOG4PHP_DIR.'/spi/LoggerLoggingEvent.php') (line 29)
Constants
LOG4PHP_LOGGER_FILTER_ACCEPT = 1 (line 36)

The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.

The log event must be logged immediately without consulting with the remaining filters, if any, in the chain.

LOG4PHP_LOGGER_FILTER_DENY = -1 (line 48)

The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.

The log event must be dropped immediately without consulting with the remaining filters, if any, in the chain.

LOG4PHP_LOGGER_FILTER_NEUTRAL = (line 42)

This filter is neutral with respect to the log event. remaining filters, if any, should be consulted for a final decision.

This filter is neutral with respect to the log event. The remaining filters, if any, should be consulted for a final decision.

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