\Horde_Log_Filter_ExactLevel

Summary

Methods
Properties
Constants
__construct()
accept()
No public properties found
No constants found
No protected methods found
$_level
N/A
No private methods found
No private properties found
N/A

Properties

$_level

$_level : integer

Type

integer

Methods

__construct()

__construct(integer  $level) 

Filter out any log messages not equal to $level.

Parameters

integer $level

Log level to pass through the filter

accept()

accept(array  $event) : boolean

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

Parameters

array $event

Log event

Returns

boolean —

accepted?