\Horde_Core_Log_Logger

Output log entries as configured by current Horde framework settings.

Summary

Methods
Properties
Constants
log()
logObject()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

log()

log(mixed  $event, mixed  $priority = null, array  $options = array()) 

Logs a message to the global Horde log backend.

Parameters

mixed $event

See Horde_Core_Log_Object#__construct(). Can also be a Horde_Core_Log_Object object.

mixed $priority

See Horde_Core_Log_Object#__construct().

array $options

See Horde_Core_Log_Object#__construct().

logObject()

logObject(\Horde_Core_Log_Object  $ob) 

Logs an entry.

Parameters

\Horde_Core_Log_Object $ob

Log entry object.