Class LoggerDenyAllFilter

Description

This filter drops all logging events.

This filter drops all logging events. You can add this filter to the end of a filter chain to switch from the default "accept all unless instructed otherwise" filtering behaviour to a "deny all unless instructed otherwise" behaviour.

Located in Program_Root/src/log4php/varia/LoggerDenyAllFilter.php (line 32)

LoggerFilter
   |
   --LoggerDenyAllFilter
Method Summary
integer decide (object $event)
Variables

Inherited Variables

Inherited from LoggerFilter

LoggerFilter::$next
Methods
decide (line 41)

Always returns the integer constant LOGGER_FILTER_DENY regardless of the LoggerLoggingEvent parameter.

Always returns the integer constant LOGGER_FILTER_DENY regardless of the LoggerLoggingEvent parameter.

integer decide (object $event)

Redefinition of:
LoggerFilter::decide()
If the decision is LOGGER_FILTER_DENY, then the event will be dropped. filter, if any, will be invoked. the event will be logged without consulting with other filters in the chain.

Inherited Methods

Inherited From LoggerFilter

LoggerFilter::activateOptions()
LoggerFilter::decide()

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