Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php38 protected $mustRotate; variable in Monolog\\Handler\\RotatingFileHandler
70 if (true === $this->mustRotate) {
82 if (true === $this->mustRotate) {
116 if (null === $this->mustRotate) {
117 $this->mustRotate = null === $this->url || !file_exists($this->url);
121 $this->mustRotate = true;
170 $this->mustRotate = false;