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