PHP 클래스 Jackalope\Transport\Logging\LoggerChain

저자: Christophe Coevoet ([email protected])
저자: Lukas Kahwe Smith ([email protected])
상속: implements Jackalope\Transport\Logging\LoggerInterface
파일 보기 프로젝트 열기: jackalope/jackalope

공개 메소드들

메소드 설명
addLogger ( Jackalope\Transport\Logging\LoggerInterface $logger ) : void Adds a logger in the chain.
startCall ( $method, array $params = null, array $env = null )
stopCall ( )

메소드 상세

addLogger() 공개 메소드

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

startCall() 공개 메소드

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

stopCall() 공개 메소드

public stopCall ( )