Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LogsExporter.php

function LogsExporter::shutdown

Overrides LogRecordExporterInterface::shutdown

File

vendor/open-telemetry/exporter-otlp/LogsExporter.php, line 78

Class

LogsExporter
@psalm-import-type SUPPORTED_CONTENT_TYPES from ProtobufSerializer

Namespace

OpenTelemetry\Contrib\Otlp

Code

public function shutdown(?CancellationInterface $cancellation = null) : bool {
    return $this->transport
        ->shutdown($cancellation);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal