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/log4php/varia/LoggerDenyAllFilter.php (line 45)

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

Inherited Variables

Inherited from LoggerFilter

LoggerFilter::$next
Methods
decide (line 54)

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

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

integer decide (LoggerLoggingEvent $event)

Redefinition of:
LoggerFilter::decide()
Decide what to do.

Inherited Methods

Inherited From LoggerFilter

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

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