View source on Github
Analyzing class Markup\ElasticsearchBundle\DataCollector\TracerLogger
Description
A PSR-3 logger that can be set within the Elasticsearch client object as a tracer, and provide output to a Symfony data collector for the web profiler.
NB. As there is no explicit association at the current time between requests and responses in terms of how the Elasticsearch SDK performs logging, responses here are associated with requests on a first in, first out basis. This means that, for now, multiple asynchronous requests could result in responses logged out of order.
Type hierarchy
-
markup/elasticsearch-bundle dev-master 2.0.0 1.x-dev 0.3.1
Class usage:
This class is used in:Class | Package |
---|---|
Markup\ElasticsearchBundle\DependencyInjection\MarkupElasticsearchExtension |
markup/elasticsearch-bundle
dev-master
|
Markup\ElasticsearchBundle\Tests\DataCollector\TracerLoggerTest |
markup/elasticsearch-bundle
dev-master
|
Markup\ElasticsearchBundle\DependencyInjection\MarkupElasticsearchExtension |
markup/elasticsearch-bundle
2.0.0
|
Markup\ElasticsearchBundle\Tests\DataCollector\TracerLoggerTest |
markup/elasticsearch-bundle
2.0.0
|
Markup\ElasticsearchBundle\DependencyInjection\MarkupElasticsearchExtension |
markup/elasticsearch-bundle
1.x-dev
|
Markup\ElasticsearchBundle\Tests\DataCollector\TracerLoggerTest |
markup/elasticsearch-bundle
1.x-dev
|
Markup\ElasticsearchBundle\Tests\DataCollector\TracerLoggerTest |
markup/elasticsearch-bundle
0.3.1
|