|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
doc_id: "LOG-GUID-002" doc_title: "Log Server and Crash-Safe Logger" doc_version: "1.0.0" doc_date: "2026-04-04" doc_status: "Released" project: "logger_system"
SSOT: This document is the single source of truth for Log Server and Crash-Safe Logger.
Version: 1.0.0 Last Updated: 2025-02-09 Status: Production Ready
This document has been split into focused sub-documents for easier navigation.
| Document | Description |
|---|---|
| LOG_SERVER_GUIDE.md | Log server architecture, configuration, API reference, deployment patterns, integration examples, best practices, and troubleshooting |
| CRASH_SAFETY_GUIDE.md | Crash-safe logger mechanism, signal handlers, configuration, API reference, performance benchmarks, combined usage patterns, best practices, and troubleshooting |
logger_system provides two advanced features for production-grade logging infrastructure:
| Feature | Purpose | Key Benefit |
|---|---|---|
| Log Server | Centralized log collection server | Aggregates logs from distributed applications |
| Crash-Safe Logger | Guaranteed log persistence during crashes | Zero data loss during application failures |
Document Information: