Class Zend_Log_Filter_Message

Description

Implements interfaces:

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

Located in /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.

  • throws: Zend_Log_Exception
  • access: public
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 Sun, 27 May 2007 23:25:51 -0700 by phpDocumentor 1.3.2