Open Journal Systems  3.3.0
Guzzle\Log\AbstractLogAdapter Class Reference
Inheritance diagram for Guzzle\Log\AbstractLogAdapter:
Guzzle\Log\LogAdapterInterface Guzzle\Log\ClosureLogAdapter Guzzle\Log\MonologLogAdapter Guzzle\Log\PsrLogAdapter Guzzle\Log\Zf1LogAdapter Guzzle\Log\Zf2LogAdapter

Public Member Functions

 getLogObject ()
 
- Public Member Functions inherited from Guzzle\Log\LogAdapterInterface
 log ($message, $priority=LOG_INFO, $extras=array())
 

Protected Attributes

 $log
 

Detailed Description

Adapter class that allows Guzzle to log data using various logging implementations

Definition at line 8 of file AbstractLogAdapter.php.

Member Function Documentation

◆ getLogObject()

Guzzle\Log\AbstractLogAdapter::getLogObject ( )

Definition at line 12 of file AbstractLogAdapter.php.

References Guzzle\Log\AbstractLogAdapter\$log.

Field Documentation

◆ $log

Guzzle\Log\AbstractLogAdapter::$log
protected

Definition at line 10 of file AbstractLogAdapter.php.

Referenced by Guzzle\Log\AbstractLogAdapter\getLogObject().


The documentation for this class was generated from the following file: