Scalr\Logger::getDateFormat PHP Method

getDateFormat() public method

Gets the format of the date
public getDateFormat ( ) : string
return string Returns the format of the date
    public function getDateFormat()
    {
        return $this->dateFormat;
    }