Searched refs:deduplicationLevel (Results 1 – 1 of 1) sorted by relevance
51 protected $deduplicationLevel; variable in Monolog\\Handler\\DeduplicationHandler66 …* @param string|int $deduplicationLevel The minimum logging level for log records to be look…72 …ct(HandlerInterface $handler, ?string $deduplicationStore = null, $deduplicationLevel = Logger::ER… argument77 $this->deduplicationLevel = Logger::toMonologLevel($deduplicationLevel);90 if ($record['level'] >= $this->deduplicationLevel) {