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

Breadcrumb

  1. Drupal Core 11.1.x

LoggerConfig.php

Namespace

OpenTelemetry\SDK\Logs

File

vendor/open-telemetry/sdk/Logs/LoggerConfig.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Logs;

use OpenTelemetry\SDK\Common\InstrumentationScope\Config;
use OpenTelemetry\SDK\Common\InstrumentationScope\ConfigTrait;
class LoggerConfig implements Config {
    use ConfigTrait;
    public static function default() : self {
        return new self();
    }

}

Classes

Title Deprecated Summary
LoggerConfig
RSS feed
Powered by Drupal