Scalr\Service\OpenStack\Client\RestClient::setDebug PHP Method

setDebug() public method

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