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

Breadcrumb

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

function ErrorLogWriter::write

Overrides LogWriterInterface::write

File

vendor/open-telemetry/api/Behavior/Internal/LogWriter/ErrorLogWriter.php, line 9

Class

ErrorLogWriter

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter

Code

public function write($level, string $message, array $context) : void {
    error_log(Formatter::format($level, $message, $context));
}
RSS feed
Powered by Drupal