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

Breadcrumb

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

function StreamLogWriter::write

Overrides LogWriterInterface::write

File

vendor/open-telemetry/api/Behavior/Internal/LogWriter/StreamLogWriter.php, line 21

Class

StreamLogWriter

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter

Code

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