Scalr\Service\Azure\Client\QueryClient::setDebug PHP Метод

setDebug() публичный Метод

Sets debug mode
public setDebug ( boolean $bDebug = true ) : QueryClient
$bDebug boolean optional If true it will output debug per request into stdout
Результат QueryClient
    public function setDebug($bDebug = true)
    {
        $this->debug = (bool) $bDebug;
        return $this;
    }