Logging Framework Overview¶
SmrtHub ships a single cross-language logging stack: the canonical C# logging library, the mirrored Python pipeline, and the practical "How Logging Works" guide for day-to-day operations. Use this hub to choose the level of depth you need:
- Canonical Logging Guide — policy-level reference covering configuration, sinks, scrubbing, and Support Bundle integration.
- Logging Setup — actionable steps to wire the framework into new services or troubleshoot an environment.
- How Logging Works — plain-English walkthrough of what to expect in the field, optimized for quick onboarding.
All three pages derive from the authoritative READMEs in README.Files/. Edit those sources first so the synced documentation stays consistent.