Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DErrorLevelActivationStrategy.php30 private $actionLevel; variable in Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy
33 * @param int|string $actionLevel Level or name or value
37 public function __construct($actionLevel) argument
39 $this->actionLevel = Logger::toMonologLevel($actionLevel);
44 return $record['level'] >= $this->actionLevel;