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

Breadcrumb

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

function Psr3LogWriter::write

Overrides LogWriterInterface::write

File

vendor/open-telemetry/api/Behavior/Internal/LogWriter/Psr3LogWriter.php, line 15

Class

Psr3LogWriter

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter

Code

public function write($level, string $message, array $context) : void {
    $this->logger
        ->log($level, $message, $context);
}

API Navigation

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