Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DWhatFailureGroupHandler.php48 public function handleBatch(array $records): void function in Monolog\\Handler\\WhatFailureGroupHandler
61 $handler->handleBatch($records);
DFallbackGroupHandler.php51 public function handleBatch(array $records): void function in Monolog\\Handler\\FallbackGroupHandler
64 $handler->handleBatch($records);
DHandlerWrapper.php65 public function handleBatch(array $records): void function in Monolog\\Handler\\HandlerWrapper
67 $this->handler->handleBatch($records);
DGroupHandler.php83 public function handleBatch(array $records): void function in Monolog\\Handler\\GroupHandler
95 $handler->handleBatch($records);
DAmqpHandler.php84 public function handleBatch(array $records): void function in Monolog\\Handler\\AmqpHandler
87 parent::handleBatch($records);
DFilterHandler.php141 public function handleBatch(array $records): void function in Monolog\\Handler\\FilterHandler
151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
DHandlerInterface.php66 public function handleBatch(array $records): void; function
DHandler.php24 public function handleBatch(array $records): void function in Monolog\\Handler\\Handler
DFingersCrossedHandler.php124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);
196 $this->getHandler(end($this->buffer))->handleBatch($this->buffer);
DMailHandler.php29 public function handleBatch(array $records): void function in Monolog\\Handler\\MailHandler
DElasticaHandler.php106 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticaHandler
DElasticsearchHandler.php115 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticsearchHandler
DBufferHandler.php99 $this->handler->handleBatch($this->buffer);
DLogglyHandler.php127 public function handleBatch(array $records): void function in Monolog\\Handler\\LogglyHandler
DChromePHPHandler.php80 public function handleBatch(array $records): void function in Monolog\\Handler\\ChromePHPHandler
DDeduplicationHandler.php100 $this->handler->handleBatch($this->buffer);
/plugin/authgooglesheets/vendor/monolog/monolog/
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