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

Breadcrumb

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

function EventLoggerInterface::emit

2 methods override EventLoggerInterface::emit()
EventLogger::emit in vendor/open-telemetry/sdk/Logs/EventLogger.php
NoopEventLogger::emit in vendor/open-telemetry/api/Logs/NoopEventLogger.php

File

vendor/open-telemetry/api/Logs/EventLoggerInterface.php, line 14

Class

EventLoggerInterface

Namespace

OpenTelemetry\API\Logs

Code

public function emit(string $name, mixed $body = null, ?int $timestamp = null, ?ContextInterface $context = null, ?Severity $severityNumber = null, iterable $attributes = []) : void;

API Navigation

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