Searched refs:handleBatch (Results 1 – 17 of 17) sorted by relevance
48 public function handleBatch(array $records): void function in Monolog\\Handler\\WhatFailureGroupHandler61 $handler->handleBatch($records);
51 public function handleBatch(array $records): void function in Monolog\\Handler\\FallbackGroupHandler64 $handler->handleBatch($records);
65 public function handleBatch(array $records): void function in Monolog\\Handler\\HandlerWrapper67 $this->handler->handleBatch($records);
83 public function handleBatch(array $records): void function in Monolog\\Handler\\GroupHandler95 $handler->handleBatch($records);
84 public function handleBatch(array $records): void function in Monolog\\Handler\\AmqpHandler87 parent::handleBatch($records);
66 public function handleBatch(array $records): void; function
141 public function handleBatch(array $records): void function in Monolog\\Handler\\FilterHandler151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
24 public function handleBatch(array $records): void function in Monolog\\Handler\\Handler
124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);196 $this->getHandler(end($this->buffer))->handleBatch($this->buffer);
29 public function handleBatch(array $records): void function in Monolog\\Handler\\MailHandler
106 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticaHandler
115 public function handleBatch(array $records): void function in Monolog\\Handler\\ElasticsearchHandler
99 $this->handler->handleBatch($this->buffer);
127 public function handleBatch(array $records): void function in Monolog\\Handler\\LogglyHandler
80 public function handleBatch(array $records): void function in Monolog\\Handler\\ChromePHPHandler
100 $this->handler->handleBatch($this->buffer);
60 * Added handleBatch support for TelegramBotHandler92 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it178 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it232 * Fixed WhatFailureGroupHandler skipping processors when using handleBatch