\Guzzle\LogLogAdapterInterface

Adapter class that allows Guzzle to log data to various logging implementations.

Summary

Methods
Constants
log()
No constants found
No protected methods found
N/A
No private methods found
N/A

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