Scalr\Service\Azure\Client\QueryClient::setDebug PHP Méthode

setDebug() public méthode

Sets debug mode
public setDebug ( boolean $bDebug = true ) : QueryClient
$bDebug boolean optional If true it will output debug per request into stdout
Résultat QueryClient
    public function setDebug($bDebug = true)
    {
        $this->debug = (bool) $bDebug;
        return $this;
    }