Home
last modified time | relevance | path

Searched refs:handleBatch (Results 1 – 17 of 17) sorted by path

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md60 * Added handleBatch support for TelegramBotHandler
92 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
178 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
232 * Fixed WhatFailureGroupHandler skipping processors when using handleBatch
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php84 public function handleBatch(array $records): void function in Monolog\\Handler\\AmqpHandler
87 parent::handleBatch($records);
H A DBufferHandler.php99 $this->handler->handleBatch($this->buffer);
H A DChromePHPHandler.php80 public function handleBatch(array $records): void function in Monolog\\Handler\\ChromePHPHandler
H A DDeduplicationHandler.php100 $this->handler->handleBatch($this->buffer);
H A DElasticaHandler.php106 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticaHandler
H A DElasticsearchHandler.php115 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticsearchHandler
H A DFallbackGroupHandler.php51 public function handleBatch(array $records): void function in Monolog\\Handler\\FallbackGroupHandler
64 $handler->handleBatch($records);
H A DFilterHandler.php141 public function handleBatch(array $records): void function in Monolog\\Handler\\FilterHandler
151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
H A DFingersCrossedHandler.php124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);
196 $this->getHandler(end($this->buffer))->handleBatch($this->buffer);
H A DGroupHandler.php83 public function handleBatch(array $records): void function in Monolog\\Handler\\GroupHandler
95 $handler->handleBatch($records);
H A DHandler.php24 public function handleBatch(array $records): void function in Monolog\\Handler\\Handler
H A DHandlerInterface.php66 public function handleBatch(array $records): void; function
H A DHandlerWrapper.php65 public function handleBatch(array $records): void function in Monolog\\Handler\\HandlerWrapper
67 $this->handler->handleBatch($records);
H A DLogglyHandler.php127 public function handleBatch(array $records): void function in Monolog\\Handler\\LogglyHandler
H A DMailHandler.php29 public function handleBatch(array $records): void function in Monolog\\Handler\\MailHandler
H A DWhatFailureGroupHandler.php48 public function handleBatch(array $records): void function in Monolog\\Handler\\WhatFailureGroupHandler
61 $handler->handleBatch($records);