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

Breadcrumb

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

interface LogWriterInterface

Hierarchy

  • interface \OpenTelemetry\API\Behavior\Internal\LogWriter\LogWriterInterface

Expanded class hierarchy of LogWriterInterface

All classes that implement LogWriterInterface

2 files declare their use of LogWriterInterface
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/LogWriterInterface.php, line 7

Namespace

OpenTelemetry\API\Behavior\Internal\LogWriter
View source
interface LogWriterInterface {
    public function write($level, string $message, array $context) : void;

}

Members

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

API Navigation

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