Home
last modified time | relevance | path

Searched refs:ElasticsearchFormatter (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php18 use Monolog\Formatter\ElasticsearchFormatter; alias
87 if ($formatter instanceof ElasticsearchFormatter) {
109 return new ElasticsearchFormatter($this->options['index'], $this->options['type']);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticsearchFormatter.php21 class ElasticsearchFormatter extends NormalizerFormatter class