Documentation

Horde_Core_Log_Logger extends Horde_Log_Logger
in package

Output log entries as configured by current Horde framework settings.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2010-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL-2.1

Table of Contents

Methods

log()  : mixed
Logs a message to the global Horde log backend.
logObject()  : mixed
Logs an entry.

Methods

log()

Logs a message to the global Horde log backend.

public log(mixed $event[, mixed $priority = null ][, array<string|int, mixed> $options = array() ]) : mixed
Parameters
$event : mixed

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

$priority : mixed = null

See Horde_Core_Log_Object#__construct().

$options : array<string|int, mixed> = array()

See Horde_Core_Log_Object#__construct().

Tags
deprecated

Use Horde_Core_Log_Logger#logObject() instead.


        
On this page

Search results