Scalr\Service\Aws\S3\DataType\BucketData::getLogging PHP Method

getLogging() public method

This implementation of the GET operation uses the logging subresource to return the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.
public getLogging ( ) : string
return string Returns XML document
    public function getLogging()
    {
        $this->throwExceptionIfNotInitialized();
        return $this->getS3()->bucket->getLogging($this->bucketName);
    }