Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/
H A DActivationStrategyInterface.php28 public function isHandlerActivated(array $record): bool; function
H A DErrorLevelActivationStrategy.php42 public function isHandlerActivated(array $record): bool function in Monolog\\Handler\\FingersCrossed\\ErrorLevelActivationStrategy
H A DChannelLevelActivationStrategy.php69 public function isHandlerActivated(array $record): bool function in Monolog\\Handler\\FingersCrossed\\ChannelLevelActivationStrategy
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php143 if ($this->activationStrategy->isHandlerActivated($record)) {