PHP Class Jackalope\Transport\Logging\LoggerChain

Author: Christophe Coevoet ([email protected])
Author: Lukas Kahwe Smith ([email protected])
Inheritance: implements Jackalope\Transport\Logging\LoggerInterface
Show file Open project: jackalope/jackalope

Public Methods

Method Description
addLogger ( Jackalope\Transport\Logging\LoggerInterface $logger ) : void Adds a logger in the chain.
startCall ( $method, array $params = null, array $env = null )
stopCall ( )

Method Details

addLogger() public method

Adds a logger in the chain.
public addLogger ( Jackalope\Transport\Logging\LoggerInterface $logger ) : void
$logger Jackalope\Transport\Logging\LoggerInterface
return void

startCall() public method

public startCall ( $method, array $params = null, array $env = null )
$params array
$env array

stopCall() public method

public stopCall ( )