Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DChannelLevelActivationStrategy.php46 private $defaultActionLevel; variable in Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy
54 …* @param int|string $defaultActionLevel The default action level to be used if the recor…
60 public function __construct($defaultActionLevel, array $channelToActionLevel = []) argument
62 $this->defaultActionLevel = Logger::toMonologLevel($defaultActionLevel);
75 return $record['level'] >= $this->defaultActionLevel;