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

Breadcrumb

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

function Logger::updateConfig

Parameters

Configurator<LoggerConfig> $configurator:

File

vendor/open-telemetry/sdk/Logs/Logger.php, line 63

Class

Logger
Note that this logger class is deliberately NOT psr-3 compatible, per spec: "Note: this document defines a log backend API. The API is not intended to be called by application developers directly."

Namespace

OpenTelemetry\SDK\Logs

Code

public function updateConfig(Configurator $configurator) : void {
    $this->config = $configurator->resolve($this->scope);
}
RSS feed
Powered by Drupal