Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
backupbuddy
/
destinations
/
_s3lib2
/
Guzzle
/
Log
:
AbstractLogAdapter.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Guzzle\Log; /** * Adapter class that allows Guzzle to log data using various logging implementations */ abstract class AbstractLogAdapter implements LogAdapterInterface { protected $log; public function getLogObject() { return $this->log; } }