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

Breadcrumb

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

function Util::setErrorLevel

File

vendor/open-telemetry/sdk/Common/Dev/Compatibility/Util.php, line 21

Class

Util

Namespace

OpenTelemetry\SDK\Common\Dev\Compatibility

Code

public static function setErrorLevel(int $errorLevel = E_USER_NOTICE) : void {
    self::validateErrorLevel($errorLevel);
    self::$errorLevel = $errorLevel;
}

API Navigation

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