Open Monograph Press  3.3.0
LogAdapterInterface.php
1 <?php
2 
3 namespace Guzzle\Log;
4 
9 {
17  public function log($message, $priority = LOG_INFO, $extras = array());
18 }
Guzzle\Log\LogAdapterInterface\log
log($message, $priority=LOG_INFO, $extras=array())
Guzzle\Log\LogAdapterInterface
Definition: LogAdapterInterface.php:8
Guzzle\Log
Definition: AbstractLogAdapter.php:3