Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DChannelLevelActivationStrategy.php51 private $channelToActionLevel; variable in Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy
60 public function __construct($defaultActionLevel, array $channelToActionLevel = []) argument
63 … $this->channelToActionLevel = array_map('Monolog\Logger::toMonologLevel', $channelToActionLevel);
71 if (isset($this->channelToActionLevel[$record['channel']])) {
72 return $record['level'] >= $this->channelToActionLevel[$record['channel']];