Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Jackalope
Transport
Logging
LoggerChain
PHP Class Jackalope\Transport\Logging\LoggerChain
Author:
Christophe Coevoet (
[email protected]
)
Author:
Lukas Kahwe Smith (
[email protected]
)
Inheritance:
implements
Jackalope\Transport\Logging\LoggerInterface
显示文件
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
( )