Scalr\Logger::setDateFormat PHP Method

setDateFormat() public method

Sets the format of the date
public setDateFormat ( string $dateFormat ) : Logger
$dateFormat string The format of the date
return Logger
    public function setDateFormat($dateFormat)
    {
        $this->dateFormat = $dateFormat;
        return $this;
    }