| category |
Zend |
| package |
Zend_Log |
| subpackage |
Filter |
| copyright |
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| license |
New BSD License |
| version |
$Id: Message.php 20982 2010-02-08 15:51:36Z matthew $ |
Methods
Filter out any log messages not matching $regexp.
__construct(string $regexp)
Parameters
$regexp
stringRegular expression to test the log message
Exceptions
Returns TRUE to accept the message, FALSE to block it.
accept(array $event) : boolean
Parameters
Returns
booleanaccepted?
Validate and optionally convert the config to array
_parseConfig(array | \Zend_Config $config) : array
Inherited
| inherited_from |
\Zend_Log_Filter_Abstract::_parseConfig() |
Parameters
Exceptions
Returns
array
Properties
$_regexp
$_regexp : string