| 
    Open Journal Systems
    3.3.0
    
   | 
 
  
Public Member Functions | |
| __construct (Logger $logObject) | |
| log ($message, $priority=LOG_INFO, $extras=array()) | |
  Public Member Functions inherited from Guzzle\Log\AbstractLogAdapter | |
| getLogObject () | |
Additional Inherited Members | |
  Protected Attributes inherited from Guzzle\Log\AbstractLogAdapter | |
| $log | |
Adapts a Zend Framework 2 logger object
Definition at line 10 of file Zf2LogAdapter.php.
| Guzzle\Log\Zf2LogAdapter::__construct | ( | Logger | $logObject | ) | 
Definition at line 12 of file Zf2LogAdapter.php.
References Guzzle\Log\Zf2LogAdapter\log().
| Guzzle\Log\Zf2LogAdapter::log | ( | $message, | |
$priority = LOG_INFO,  | 
        |||
$extras = array()  | 
        |||
| ) | 
Log a message at a priority
| 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 | 
Implements Guzzle\Log\LogAdapterInterface.
Definition at line 17 of file Zf2LogAdapter.php.
Referenced by Guzzle\Log\Zf2LogAdapter\__construct().