\Horde_Log_Filter_Level

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

Filter level.

Type

integer

Methods

__construct()

__construct(integer  $level) 

Filter out any log messages greater than $level.

Parameters

integer $level

Maximum log level to pass through the filter.

Throws

\InvalidArgumentException

accept()

accept(array  $event) : boolean

Returns Horde_Log_Filter::ACCEPT to accept the message, Horde_Log_Filter::IGNORE to ignore it.

Parameters

array $event

Log event.

Returns

boolean —

Accepted?