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

Breadcrumb

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

class NoopLogWriter

Hierarchy

  • class \OpenTelemetry\API\Behavior\Internal\LogWriter\NoopLogWriter implements \OpenTelemetry\API\Behavior\Internal\LogWriter\LogWriterInterface

Expanded class hierarchy of NoopLogWriter

2 files declare their use of NoopLogWriter
Logging.php in vendor/open-telemetry/api/Behavior/Internal/Logging.php
LogWriterFactory.php in vendor/open-telemetry/api/Behavior/Internal/LogWriterFactory.php

File

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

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter
View source
class NoopLogWriter implements LogWriterInterface {
    public function write($level, string $message, array $context) : void {
        
        //do nothing
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
NoopLogWriter::write public function Overrides LogWriterInterface::write

API Navigation

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