Scalr\Logger::getDateFormat PHP Méthode

getDateFormat() public méthode

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