\Guzzle\LogArrayLogAdapter

Stores all log messages in an array

Summary

Methods
Properties
Constants
log()
getLogs()
clearLogs()
No public properties found
No constants found
No protected methods found
$logs
N/A
No private methods found
No private properties found
N/A

Properties

$logs

$logs : 

Type

Methods

log()

log(string  $message, integer  $priority = LOG_INFO, array  $extras = array()) 

Log a message at a priority

Parameters

string $message

Message to log

integer $priority

Priority of message (use the \LOG_* constants of 0 - 7)

array $extras

Extra information to log in event

getLogs()

getLogs() : array

Get logged entries

Returns

array

clearLogs()

clearLogs() 

Clears logged entries