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

Breadcrumb

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

interface EventLoggerProviderInterface

Same name in this branch
  1. 11.1.x vendor/open-telemetry/sdk/Logs/EventLoggerProviderInterface.php \OpenTelemetry\SDK\Logs\EventLoggerProviderInterface

Hierarchy

  • interface \OpenTelemetry\API\Logs\EventLoggerProviderInterface

Expanded class hierarchy of EventLoggerProviderInterface

All classes that implement EventLoggerProviderInterface

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/v1.3…

6 files declare their use of EventLoggerProviderInterface
CachedInstrumentation.php in vendor/open-telemetry/api/Instrumentation/CachedInstrumentation.php
Configurator.php in vendor/open-telemetry/api/Instrumentation/Configurator.php
ContextKeys.php in vendor/open-telemetry/api/Instrumentation/ContextKeys.php
Globals.php in vendor/open-telemetry/api/Globals.php
Sdk.php in vendor/open-telemetry/sdk/Sdk.php

... See full list

File

vendor/open-telemetry/api/Logs/EventLoggerProviderInterface.php, line 10

Namespace

OpenTelemetry\API\Logs
View source
interface EventLoggerProviderInterface {
    public function getEventLogger(string $name, ?string $version = null, ?string $schemaUrl = null, iterable $attributes = []) : EventLoggerInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
EventLoggerProviderInterface::getEventLogger public function 1

API Navigation

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