Home
last modified time | relevance | path

Searched defs:isHandling (Results 1 – 10 of 10) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php51 public function isHandling(array $record): bool function in Monolog\\Handler\\AbstractHandler
H A DFilterHandler.php114 public function isHandling(array $record): bool function in Monolog\\Handler\\FilterHandler
H A DFingersCrossedHandler.php110 public function isHandling(array $record): bool function in Monolog\\Handler\\FingersCrossedHandler
H A DGroupHandler.php52 public function isHandling(array $record): bool function in Monolog\\Handler\\GroupHandler
H A DHandlerInterface.php39 public function isHandling(array $record): bool; function
H A DHandlerWrapper.php49 public function isHandling(array $record): bool function in Monolog\\Handler\\HandlerWrapper
H A DNoopHandler.php28 public function isHandling(array $record): bool function in Monolog\\Handler\\NoopHandler
H A DNullHandler.php48 public function isHandling(array $record): bool function in Monolog\\Handler\\NullHandler
H A DSamplingHandler.php65 public function isHandling(array $record): bool function in Monolog\\Handler\\SamplingHandler
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php450 public function isHandling(int $level): bool function in Monolog\\Logger