Class LoggerDenyAllFilter

Description

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.

  • author: Marco Vassura
  • version: $Revision: 556784 $
  • since: 0.3

Located in /varia/LoggerDenyAllFilter.php (line 36)

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

Inherited Variables

Inherited from LoggerFilter

LoggerFilter::$next
Methods
decide (line 45)

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

LOG4PHP_LOGGER_FILTER_DENY decide (LoggerLoggingEvent $event)

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

Inherited Methods

Inherited From LoggerFilter

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

Documentation generated by phpDocumentor 1.3.2