# frozen_string_literal: true # Copyright The OpenTelemetry Authors # # SPDX-License-Identifier: Apache-2.0 module OpenTelemetry module Logs # No-op implementation of an emitted log and its associated attributes. class LogRecord; end end end