Searched refs:filenameFormat (Results 1 – 1 of 1) sorted by relevance
42 protected $filenameFormat; variable in Monolog\\Handler\\RotatingFileHandler57 $this->filenameFormat = '{filename}-{date}';87 public function setFilenameFormat(string $filenameFormat, string $dateFormat): self argument97 if (substr_count($filenameFormat, '{date}') === 0) {102 $this->filenameFormat = $filenameFormat;179 $fileInfo['dirname'] . '/' . $this->filenameFormat195 $fileInfo['dirname'] . '/' . $this->filenameFormat