Official SDKs
LogTide provides official SDKs for multiple programming languages,
making it easy to integrate log management into your applications.
Don't want to install an SDK?
No problem! LogTide supports stdout-based logging for
any language (Rust, Ruby, Java, .NET, etc.).
Just write to stdout and configure Fluent Bit to collect your logs.
Learn more about No-SDK Setup →
Available SDKs
Core SDK + 8 framework-specific packages for JavaScript and TypeScript
Core package:
npm install @logtide/core Features:
✅ DSN-based configuration ✅ Distributed tracing (W3C Trace Context) ✅ Breadcrumbs, scopes & spans ✅ Full TypeScript support
View Documentation
Official SDK for Python 3.8+ applications
Installation:
pip install logtide-sdk Features:
✅ Flask, Django & FastAPI middleware ✅ Type hints support ✅ Context managers for tracing
View Documentation
Official SDK for Go applications
Installation:
go get github.com/logtide-dev/logtide-sdk-go Features:
✅ Goroutine-safe logging ✅ Automatic batching & retry ✅ Context support for tracing
View Documentation
Core SDK + 4 framework-specific packages for PHP 8.1+
Core package:
composer require logtide/logtide Features:
✅ DSN-based configuration ✅ Distributed tracing (W3C Trace Context) ✅ Breadcrumbs, scopes & spans ✅ Built-in Monolog handlers
View Documentation
Official SDK for Kotlin & JVM applications
Installation:
implementation("io.github.logtide-dev:logtide-sdk-kotlin:0.2.1") Features:
✅ Coroutines support ✅ Ktor, Spring Boot & Jakarta middleware ✅ Multiplatform ready
View Documentation
Official SDK for .NET 6/7/8 applications
Installation:
dotnet add package LogTide.SDK Features:
✅ ASP.NET Core middleware ✅ Dependency injection support ✅ Full async/await & thread-safe
View Documentation
Common Features
All LogTide SDKs share these core features:
• Automatic batching for efficiency • Configurable batch size and intervals • Async processing to avoid blocking • Retry logic with exponential backoff • Circuit breaker for fault tolerance • Max buffer size to prevent memory leaks • Query API for log search • Live tail with Server-Sent Events • Trace ID correlation support • Internal metrics (sent, errors, latency) • Global metadata support • Structured error serialization
Next Steps
Choose your SDK and follow the documentation to integrate LogTide into
your application. Each SDK page includes:
Installation instructions Quick start examples Configuration options Framework middleware integration API reference