Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DDeduplicationHandler.php51 protected $deduplicationLevel; variable in Monolog\\Handler\\DeduplicationHandler
66 …* @param string|int $deduplicationLevel The minimum logging level for log records to be look…
72 …ct(HandlerInterface $handler, ?string $deduplicationStore = null, $deduplicationLevel = Logger::ER… argument
77 $this->deduplicationLevel = Logger::toMonologLevel($deduplicationLevel);
90 if ($record['level'] >= $this->deduplicationLevel) {