Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ConsoleExporter.php
function ConsoleExporter::__construct
File
vendor/
open-telemetry/
sdk/
Logs/
Exporter/
ConsoleExporter.php
, line 22
Class
ConsoleExporter
A JSON console exporter for LogRecords. This is only useful for testing; the output is human-readable, and is not compatible with the OTLP format.
Namespace
OpenTelemetry\SDK\Logs\Exporter
Code
public
function
__construct
(TransportInterface
$transport
) { }
RSS feed