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

Breadcrumb

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

function Configurator::logger

Create a default Configurator for a LoggerConfig

Return value

Configurator<LoggerConfig>

1 call to Configurator::logger()
LoggerProviderBuilder::build in vendor/open-telemetry/sdk/Logs/LoggerProviderBuilder.php

File

vendor/open-telemetry/sdk/Common/InstrumentationScope/Configurator.php, line 75

Class

Configurator
@template T

Namespace

OpenTelemetry\SDK\Common\InstrumentationScope

Code

public static function logger() : self {
    return new Configurator(static fn() => new LoggerConfig());
}
RSS feed
Powered by Drupal