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

Breadcrumb

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

KnownValues::OTEL_LOG_LEVEL

General SDK Configuration

See also

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

File

vendor/open-telemetry/sdk/Common/Configuration/KnownValues.php, line 97

Class

KnownValues
"Known values" for OpenTelemetry configurataion variables. Notice: Values specific to the PHP SDK have been added

Namespace

OpenTelemetry\SDK\Common\Configuration

Code

public const OTEL_LOG_LEVEL = [
    self::VALUE_LOG_EMERGENCY,
    self::VALUE_LOG_ALERT,
    self::VALUE_LOG_CRITICAL,
    self::VALUE_LOG_ERROR,
    self::VALUE_LOG_WARNING,
    self::VALUE_LOG_NOTICE,
    self::VALUE_LOG_INFO,
    self::VALUE_LOG_DEBUG,
];

API Navigation

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