diff options
Diffstat (limited to 'inc/mailgun/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php')
| -rw-r--r-- | inc/mailgun/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/inc/mailgun/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php b/inc/mailgun/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php deleted file mode 100644 index 863f6a1..0000000 --- a/inc/mailgun/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php +++ /dev/null @@ -1,21 +0,0 @@ -<?php - -namespace Guzzle\Log; - -use Zend\Log\Logger; - -/** - * Adapts a Zend Framework 2 logger object - */ -class Zf2LogAdapter extends AbstractLogAdapter -{ - public function __construct(Logger $logObject) - { - $this->log = $logObject; - } - - public function log($message, $priority = LOG_INFO, $extras = array()) - { - $this->log->log($priority, $message, $extras); - } -} |
