Class Zend_Log_Filter_Level

Description

Implements interfaces:

  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Log/Filter/Level.php (line 30)


	
			
Variable Summary
 integer $_level
Method Summary
 void __construct (integer $level)
 boolean accept (string $message, integer $level)
Variables
integer $_level (line 35)
  • access: protected
Methods
Constructor __construct (line 43)

Filter out any log messages greater than $level.

  • access: public
void __construct (integer $level)
  • integer $level: Maximum log level to pass through the filter
accept (line 55)

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

  • return: accepted?
  • access: public
boolean accept (string $message, integer $level)
  • string $message: message for the log
  • integer $level: log level

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

Documentation generated on Wed, 21 Feb 2007 12:02:36 -0800 by phpDocumentor 1.3.1