Class Horde_Log_Filter_Message

Description

Implements interfaces:

Located in /Log/lib/Horde/Log/Filter/Message.php (line 25)


	
			
Variable Summary
 string $_regexp
Method Summary
 Horde_Log_Filter_Message __construct (string $regexp)
 boolean accept (array $event)
Variables
string $_regexp (line 30)
  • access: protected
Methods
Constructor __construct (line 38)

Filter out any log messages not matching $regexp.

  • throws: Horde_Log_Exception Invalid regular expression
  • access: public
Horde_Log_Filter_Message __construct (string $regexp)
  • string $regexp: Regular expression to test the log message
accept (line 52)

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

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

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

Documentation generated on Sun, 30 Jan 2011 05:19:38 +0000 by phpDocumentor 1.4.3