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

Breadcrumb

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

function NoopLogWriter::write

Overrides LogWriterInterface::write

File

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

Class

NoopLogWriter

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter

Code

public function write($level, string $message, array $context) : void {
    
    //do nothing
}
RSS feed
Powered by Drupal