Class Zend_Log_Filter_Message

Description

Implements interfaces:

  • version: $Id: Message.php 4389 2007-04-06 15:17:41Z mike $
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Log/Filter/Message.php (line 34)


	
			
Variable Summary
 string $_regexp
Method Summary
 Zend_Log_Filter_Message __construct (string $regexp)
 boolean accept (array $event)
Variables
string $_regexp (line 39)
  • access: protected
Methods
Constructor __construct (line 47)

Filter out any log messages not matching $regexp.

  • access: public
  • throws: Zend_Log_Exception
Zend_Log_Filter_Message __construct (string $regexp)
  • string $regexp: Regular expression to test the log message
accept (line 61)

Returns TRUE to accept the message, FALSE to block it.

  • return: accepted?
  • access: public
boolean accept (array $event)
  • array $event: event data

Implementation of:
Zend_Log_Filter_Interface::accept()
Returns TRUE to accept the message, FALSE to block it.

Documentation generated on Fri, 06 Apr 2007 18:27:11 -0700 by phpDocumentor 1.3.1