Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php60 … parent::__construct($this->getTimedFilename(), $level, $bubble, $filePermission, $useLocking);
104 $this->url = $this->getTimedFilename();
134 $this->url = $this->getTimedFilename();
173 protected function getTimedFilename(): string function in Monolog\\Handler\\RotatingFileHandler