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
Common Features
All LogTide SDKs share these core features:
🚀 Performance
- • Automatic batching for efficiency
- • Configurable batch size and intervals
- • Async processing to avoid blocking
🛡️ Reliability
- • Retry logic with exponential backoff
- • Circuit breaker for fault tolerance
- • Max buffer size to prevent memory leaks
🔍 Query & Streaming
- • Query API for log search
- • Live tail with Server-Sent Events
- • Trace ID correlation support
📊 Observability
- • 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