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

Breadcrumb

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

function NoopEventLogger::instance

1 call to NoopEventLogger::instance()
NoopEventLoggerProvider::getEventLogger in vendor/open-telemetry/api/Logs/NoopEventLoggerProvider.php

File

vendor/open-telemetry/api/Logs/NoopEventLogger.php, line 11

Class

NoopEventLogger

Namespace

OpenTelemetry\API\Logs

Code

public static function instance() : self {
    static $instance;
    $instance ??= new self();
    return $instance;
}

API Navigation

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