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

Breadcrumb

  1. Drupal Core 11.1.x

LogRecordLimits.php

Namespace

OpenTelemetry\SDK\Logs

File

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

View source
<?php

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

use OpenTelemetry\SDK\Common\Attribute\AttributesFactoryInterface;

/**
 * @see https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/sdk.md#logrecord-limits
 */
class LogRecordLimits {
    
    /**
     * @internal Use {@see LogRecordLimitsBuilder} to create {@see LogRecordLimits} instance.
     */
    public function __construct(AttributesFactoryInterface $attributesFactory) {
    }
    public function getAttributeFactory() : AttributesFactoryInterface {
        return $this->attributesFactory;
    }

}

Classes

Title Deprecated Summary
LogRecordLimits

API Navigation

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