|
Logger System 0.1.3
High-performance C++20 thread-safe logging system with asynchronous capabilities
|
doc_id: "LOG-GUID-001" doc_title: "Configuration Strategies Guide" 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 Configuration Strategies Guide.
logger_system Configuration Strategies (include/kcenon/logger/core/strategies/)
The configuration strategies framework provides a flexible, composable approach to logger configuration using the Strategy Pattern. Strategies allow dynamic adaptation of logger behavior based on environment, performance requirements, or deployment context.
This document has been split into focused sub-documents for easier navigation.
| Document | Description |
|---|---|
| CONFIG_STRATEGIES_BASIC.md | Overview, strategy pattern benefits, strategy interface, built-in strategies (deployment, environment, performance), and common usage examples |
| CONFIG_STRATEGIES_ADVANCED.md | Composite strategy, custom strategy implementation, priority-based conflict resolution, best practices, and production tuning patterns |
Last updated: 2025-02-09 logger_system version: 2.x