Zf1LogAdapter
extends AbstractLogAdapter
in package
Adapts a Zend Framework 1 logger object
Tags
Table of Contents
Properties
- $log : mixed
Methods
- __construct() : mixed
- getLogObject() : mixed
- log() : mixed
- Log a message at a priority
Properties
$log
protected
mixed
$log
Methods
__construct()
public
__construct(Zend_Log $logObject) : mixed
Parameters
- $logObject : Zend_Log
getLogObject()
public
getLogObject() : mixed
log()
Log a message at a priority
public
log(mixed $message[, mixed $priority = LOG_INFO ][, mixed $extras = array() ]) : mixed
Parameters
- $message : mixed
-
Message to log
- $priority : mixed = LOG_INFO
-
Priority of message (use the \LOG_* constants of 0 - 7)
- $extras : mixed = array()
-
Extra information to log in event