$logged
$logged : boolean
Has this object been logged?
A loggable event, with the display controlled by Horde configuration.
__construct(mixed $event, mixed $priority = null, array $options = array())
Constructor.
mixed | $event | Either a string (log string), an array (containing 'level', 'message', and 'timestamp' entries) or an object with a getMessage() method (e.g. PEAR_Error, Exception). |
mixed | $priority | The priority of the message. Integers correspond to Horde_Log constants. String values are auto translated to Horde_Log constants. |
array | $options | Additional options:
|