Home
last modified time | relevance | path

Searched refs:formatBatch (Results 1 – 15 of 15) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFormatterInterface.php41 public function formatBatch(array $records); function
H A DFluentdFormatter.php79 public function formatBatch(array $records): string function in Monolog\\Formatter\\FluentdFormatter
H A DChromePHPFormatter.php73 public function formatBatch(array $records) function in Monolog\\Formatter\\ChromePHPFormatter
H A DFlowdockFormatter.php78 public function formatBatch(array $records): array function in Monolog\\Formatter\\FlowdockFormatter
H A DWildfireFormatter.php121 public function formatBatch(array $records) function in Monolog\\Formatter\\WildfireFormatter
H A DHtmlFormatter.php119 public function formatBatch(array $records): string function in Monolog\\Formatter\\HtmlFormatter
H A DJsonFormatter.php100 public function formatBatch(array $records): string function in Monolog\\Formatter\\JsonFormatter
H A DMongoDBFormatter.php62 public function formatBatch(array $records): array function in Monolog\\Formatter\\MongoDBFormatter
H A DLineFormatter.php129 public function formatBatch(array $records): string function in Monolog\\Formatter\\LineFormatter
H A DNormalizerFormatter.php61 public function formatBatch(array $records) function in Monolog\\Formatter\\NormalizerFormatter
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMailHandler.php43 $this->send((string) $this->getFormatter()->formatBatch($messages), $messages);
H A DElasticaHandler.php108 $documents = $this->getFormatter()->formatBatch($records);
H A DElasticsearchHandler.php117 $documents = $this->getFormatter()->formatBatch($records);
H A DLogglyHandler.php136 $this->send($this->getFormatter()->formatBatch($records), static::ENDPOINT_BATCH);
H A DChromePHPHandler.php98 $messages = $this->getFormatter()->formatBatch($messages);