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

Breadcrumb

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

interface LoggerProviderInterface

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

Hierarchy

  • interface \OpenTelemetry\API\Logs\LoggerProviderInterface

Expanded class hierarchy of LoggerProviderInterface

All classes that implement LoggerProviderInterface

See also

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

6 files declare their use of LoggerProviderInterface
CachedInstrumentation.php in vendor/open-telemetry/api/Instrumentation/CachedInstrumentation.php
Configurator.php in vendor/open-telemetry/api/Instrumentation/Configurator.php
Context.php in vendor/open-telemetry/api/Instrumentation/AutoInstrumentation/Context.php
ContextKeys.php in vendor/open-telemetry/api/Instrumentation/ContextKeys.php
Globals.php in vendor/open-telemetry/api/Globals.php

... See full list

File

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

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary Overrides
LoggerProviderInterface::getLogger public function 2
RSS feed
Powered by Drupal