You need to enable JavaScript to run this app.
Torch Log Service

Torch Log Service

Copy page
Download PDF
.NET SDK
.NET SDK overview
Copy page
Download PDF
.NET SDK overview

The Volcano Engine TLS .NET SDK encapsulates common interfaces of TLS, allowing you to call server-side APIs through the TLS .NET SDK to implement log collection and log query functionality.

Description

For the update log and version notes of the Volcengine TLS .NET SDK, please refer to GitHub. We recommend that you choose the latest version of the SDK to experience updated product capabilities and more stable service.

Example project

.NET SDK provides a wide range of sample projects for your reference, including common log sending scenarios. For detailed information, please refer to the GitHub source code.

GitHub source code

Description

ProducerExample.cs

Example code for the implementation class that sends logs using the Producer pattern.

Program.cs

Example code for the entry class for sending logs in Producer mode.

PutLogExample.cs

Example code for sending logs by calling the PutLogs API.

PutLogV2Example.cs

Example code for sending logs using an API call to the PutLogsV2 interface

Last updated: 2025.10.11 16:44:08