Google\Cloud\Logging\Entry::__construct PHP Method

__construct() public method

public __construct ( array $info = [] )
$info array [optional] The entry's metadata.
    public function __construct(array $info = [])
    {
        $this->info = $info;
    }