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

Breadcrumb

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

class LogRecordLimits

Hierarchy

  • class \OpenTelemetry\SDK\Logs\LogRecordLimits

Expanded class hierarchy of LogRecordLimits

See also

https://github.com/open-telemetry/opentelemetry-specification/blob/main…

File

vendor/open-telemetry/sdk/Logs/LogRecordLimits.php, line 12

Namespace

OpenTelemetry\SDK\Logs
View source
class LogRecordLimits {
    
    /**
     * @internal Use {@see LogRecordLimitsBuilder} to create {@see LogRecordLimits} instance.
     */
    public function __construct(AttributesFactoryInterface $attributesFactory) {
    }
    public function getAttributeFactory() : AttributesFactoryInterface {
        return $this->attributesFactory;
    }

}

Members

Title Sort descending Modifiers Object type Summary
LogRecordLimits::getAttributeFactory public function
LogRecordLimits::__construct public function @internal Use {
RSS feed
Powered by Drupal