/spi/LoggerFilter.php

Description

Copyright 2004 The Apache Software Foundation.

This software is published under the terms of the Apache Software License version 2.0, 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
Constants
LOG4PHP_LOGGER_FILTER_ACCEPT = 1 (line 22)

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

LOG4PHP_LOGGER_FILTER_DENY = -1 (line 34)

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

LOG4PHP_LOGGER_FILTER_NEUTRAL = 0 (line 28)

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

Documentation generated by phpDocumentor 1.3.2