Interface LogAdapterInterface
Adapter class that allows Guzzle to log data to various logging implementations.
Direct known implementers
Indirect known implementers
Guzzle\Log\ClosureLogAdapter
,
Guzzle\Log\PsrLogAdapter
,
Guzzle\Log\Zf2LogAdapter
Methods summary
-
public
log ( string $message, integer $priority = LOG_INFO, array $extras = array() )
Log a message at a priority
Methods detail
Log a message at a priority
Parameters
- $message
string
$message Message to log- $priority
integer
$priority Priority of message (use the \LOG_* constants of 0 - 7)- $extras
array
$extras Extra information to log in event