> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Logs from OpenTelemetry SDKs

> Configure an OpenTelemetry SDK to produce structured logs directly from your application and send them to Honeycomb, correlated with your existing traces.

This guide details how to send OpenTelemetry Logs from OpenTelemetry SDKs to Honeycomb.

## What are OpenTelemetry Logs?

OpenTelemetry Logs are **structured logs** that wrap the bodies of existing logs and optionally correlate them with traces.
For example, structured application logs from a logging framework in your application will be automatically correlated with any tracing you also add to that application.
OpenTelemetry Logs also enable you to centrally process logs data along with traces and metrics within the OpenTelemetry Collector.

## Send Logs from Your Application to Honeycomb

You can send your structured application logs via OpenTelemetry to an endpoint, such as Honeycomb's endpoint or the OpenTelemetry Collector.
This option is especially useful if structured logging exists in your application, since it allows for automatic correlation of structured logs with traces later.

When you use an OpenTelemetry SDK to create OpenTelemetry Logs, you send to Honeycomb directly or an OpenTelemetry Collector configured to export to Honeycomb.

<Note>
  OpenTelemetry Logs are not supported in all languages yet.
  Refer to the [OpenTelemetry availability status for each language](https://opentelemetry.io/status/).
</Note>

<Card title="Examples: Send OpenTelemetry Logs with the OpenTelemetry .NET SDK" href="/send-data/logs/opentelemetry/sdk/dotnet/">
  Explore examples related to sending OpenTelemetry logs to Honeycomb using the OpenTelemetry .NET SDK.
</Card>

<Card title="Examples: Send OpenTelemetry Logs with the OpenTelemetry Python SDK" href="/send-data/logs/opentelemetry/sdk/python/">
  Explore examples related to sending OpenTelemetry logs to Honeycomb using the OpenTelemetry Python SDK.
</Card>

<Card title="Examples: Send OpenTelemetry Logs with the OpenTelemetry Java SDK" href="/send-data/logs/opentelemetry/sdk/java/">
  Explore examples related to sending OpenTelemetry logs to Honeycomb using the OpenTelemetry Java SDK.
</Card>

<Card title="Examples: Send OpenTelemetry Logs with the OpenTelemetry JavaScript SDK" href="/send-data/logs/opentelemetry/sdk/javascript/">
  Explore examples related to sending OpenTelemetry logs to Honeycomb using the OpenTelemetry JavaScript SDK.
</Card>

<Card title="Examples: Send OpenTelemetry Logs with the OpenTelemetry Go SDK" href="/send-data/logs/opentelemetry/sdk/go/">
  Explore examples related to sending OpenTelemetry logs to Honeycomb using the OpenTelemetry Go SDK.
</Card>
