Home
last modified time | relevance | path

Searched refs:filenameFormat (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php42 protected $filenameFormat; variable in Monolog\\Handler\\RotatingFileHandler
57 $this->filenameFormat = '{filename}-{date}';
87 public function setFilenameFormat(string $filenameFormat, string $dateFormat): self argument
97 if (substr_count($filenameFormat, '{date}') === 0) {
102 $this->filenameFormat = $filenameFormat;
179 $fileInfo['dirname'] . '/' . $this->filenameFormat
195 $fileInfo['dirname'] . '/' . $this->filenameFormat